Html Css Color HEX #CF0F12 Venetian Red

📋 copy color: '#CF0F12'

red 207 ◦ green 15 ◦ blue 18

#CF0F12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #CF0F12

Tints of Venetian Red #CF0F12

RGB

 RED value IS 207 (81.25% from 255) = 86.25%

 GREEN value IS 15 (6.25% from 255) = 6.25%

 BLUE value IS 18 (7.42% from 255) = 7.5%

R = 86.25%
G = 6.25%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF0F12 (or 0xCF0F12) is known color: Venetian Red. HEX triplet: CF, 0F and 12. RGB value is (207,15,18). Sum of RGB (Red+Green+Blue) = 207+15+18=240 (31% of max value = 765). Red value is 207 (81.25% from 255 or 86.25% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0F12 is #30F0ED. Grayscale: #484848. Windows color (decimal): -3207406 or 1183695. OLE color: 1183695.

HSL color Cylindrical-coordinate representation of color #CF0F12: hue angle of 359.06º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF0F12 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 15 18 -
CMYK 0 0.93 0.91 0.19
HSL 359.06º 0.86% 0.44% -
HSV(B) 359.06º 0.93% 0.81% -
XYZ 26.01 13.65 1.84 -
YUV 72.75 97.11 223.76 -
System Red Green Blue C M Y K H S L
Decimal 207 15 18 0 0.93 0.91 0.19 359.06 0.86 0.44
Hex CF F 12 0 5D 5B 13 167 56 2C
Octal 317 17 22 0 135 133 23 547 126 54
Binary 11001111 1111 10010 0 1011101 1011011 10011 101100111 1010110 101100

Color Harmonies of #CF0F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0F12

Black with #CF0F12

Text Example


Text Example

White with #CF0F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0F12; }

 p { color: rgb(207,15,18); }

 H1.HeaderClassName
 {
   color: #CF0F12;
 }
 .AnyTagClassName
 {
   color: #CF0F12;
 }
</style>

background-color css

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

 a { background-color: rgb(207,15,18); }

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

border-color css

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

 span { border-color: rgb(207,15,18); }

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