Html Css Color HEX #CF0608 Venetian Red

📋 copy color: '#CF0608'

red 207 ◦ green 6 ◦ blue 8

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

Shades of Venetian Red #CF0608

Tints of Venetian Red #CF0608

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.71%

 BLUE value IS 8 (3.52% from 255) = 3.62%

R = 93.67%
G = 2.71%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF0608 (or 0xCF0608) is known color: Venetian Red. HEX triplet: CF, 06 and 08. RGB value is (207,6,8). Sum of RGB (Red+Green+Blue) = 207+6+8=221 (29% of max value = 765). Red value is 207 (81.25% from 255 or 93.67% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0608 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0608 is #30F9F7. Grayscale: #424242. Windows color (decimal): -3209720 or 526031. OLE color: 526031.

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

Color convert

RGB 207 6 8 -
CMYK 0 0.97 0.96 0.19
HSL 359.4º 0.94% 0.42% -
HSV(B) 359.4º 0.97% 0.81% -
XYZ 25.84 13.41 1.46 -
YUV 66.33 95.09 228.34 -
System Red Green Blue C M Y K H S L
Decimal 207 6 8 0 0.97 0.96 0.19 359.4 0.94 0.42
Hex CF 6 8 0 61 60 13 167 5E 2A
Octal 317 6 10 0 141 140 23 547 136 52
Binary 11001111 110 1000 0 1100001 1100000 10011 101100111 1011110 101010

Color Harmonies of #CF0608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0608

Black with #CF0608

Text Example


Text Example

White with #CF0608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0608; }

 p { color: rgb(207,6,8); }

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

background-color css

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

 a { background-color: rgb(207,6,8); }

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

border-color css

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

 span { border-color: rgb(207,6,8); }

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