#CF0C30

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

Shades of Crimson #CF0C30

Tints of Crimson #CF0C30

Color information

#CF0C30 (or 0xCF0C30) is unknown color: approx Crimson. HEX triplet: CF, 0C and 30. RGB value is (207,12,48). Sum of RGB (Red+Green+Blue) = 207+12+48=267 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.53% from 267); Green value is 12 (5.08% from 255 or 4.49% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0C30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0C30 is #30F3CF. Grayscale: #4A4A4A. Windows color (decimal): -3208144 or 3149007. OLE color: 3149007.

HSL color Cylindrical-coordinate representation of color #CF0C30: hue angle of 348.92º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0C30 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB2071248-
CMYK00.940.770.19
HSL348.92º89.04%42.94%-
HSV(B)348.92º94.2%81.18%-
XYZ26.413.744.06-
YUV74.41113.1222.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 77.53%
GREEN value IS 12 (5.08% from 255) = 4.49%
BLUE value IS 48 (19.14% from 255) = 17.98%
R=77.53%
G=4.49%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.77
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207124800.940.770.19348.9289.0442.94
HexCFC3005E4D1315d592b
Octal317146001361152353513153
Binary110011111100110000010111101001101100111010111011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0C30; }

 p { color: rgb(207,12,48); }

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

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

 a { background-color: rgb(207,12,48); }

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

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

 span { border-color: rgb(207,12,48); }

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