Html Css Color HEX #CF0F11 Venetian Red

📋 copy color: '#CF0F11'

red 207 ◦ green 15 ◦ blue 17

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

Shades of Venetian Red #CF0F11

Tints of Venetian Red #CF0F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.11%

R = 86.61%
G = 6.28%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF0F11 (or 0xCF0F11) is known color: Venetian Red. HEX triplet: CF, 0F and 11. RGB value is (207,15,17). Sum of RGB (Red+Green+Blue) = 207+15+17=239 (31% of max value = 765). Red value is 207 (81.25% from 255 or 86.61% from 239); Green value is 15 (6.25% from 255 or 6.28% from 239); Blue value is 17 (7.03% from 255 or 7.11% from 239); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0F11 is #30F0EE. Grayscale: #484848. Windows color (decimal): -3207407 or 1118159. OLE color: 1118159.

HSL color Cylindrical-coordinate representation of color #CF0F11: hue angle of 359.38º 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 #CF0F11 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 15 17 -
CMYK 0 0.93 0.92 0.19
HSL 359.38º 0.86% 0.44% -
HSV(B) 359.38º 0.93% 0.81% -
XYZ 26 13.65 1.79 -
YUV 72.64 96.61 223.84 -
System Red Green Blue C M Y K H S L
Decimal 207 15 17 0 0.93 0.92 0.19 359.38 0.86 0.44
Hex CF F 11 0 5D 5C 13 167 56 2C
Octal 317 17 21 0 135 134 23 547 126 54
Binary 11001111 1111 10001 0 1011101 1011100 10011 101100111 1010110 101100

Color Harmonies of #CF0F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0F11

Black with #CF0F11

Text Example


Text Example

White with #CF0F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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