#CF0538

Color #CF0538 Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #CF0538

Tints of Crimson #CF0538

Color information

#CF0538 (or 0xCF0538) is unknown color: approx Crimson. HEX triplet: CF, 05 and 38. RGB value is (207,5,56). Sum of RGB (Red+Green+Blue) = 207+5+56=268 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.24% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0538 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0538 is #30FAC7. Grayscale: #474747. Windows color (decimal): -3209928 or 3671503. OLE color: 3671503.

HSL color Cylindrical-coordinate representation of color #CF0538: hue angle of 344.85º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF0538 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB207556-
CMYK00.980.730.19
HSL344.85º95.28%41.57%-
HSV(B)344.85º97.58%81.18%-
XYZ26.513.664.98-
YUV71.21119.42224.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 77.24%
GREEN value IS 5 (2.34% from 255) = 1.87%
BLUE value IS 56 (22.27% from 255) = 20.90%
R=77.24%
G=1.87%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20755600.980.730.19344.8595.2841.57
HexCF53806249131595f2a
Octal31757001421112353113752
Binary11001111101111000011000101001001100111010110011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0538; }

 p { color: rgb(207,5,56); }

 H1.HeaderClassName
 {
   color: #CF0538;
 }
 .AnyTagClassName
 {
   color: #CF0538;
 }
</style>
background-color css

<style>
 a { background-color: #CF0538; }

 a { background-color: rgb(207,5,56); }

 div.DivClassName
 {
   background-color: #CF0538;
 }
 .BgClassName
 {
   background-color: #CF0538;
 }
</style>
border-color css

<style>
 span { border-color: #CF0538; }

 span { border-color: rgb(207,5,56); }

 td.TdClassName
 {
   border-color: #CF0538;
 }
 .TagClassName
 {
   border-color: #CF0538;
 }
</style>