Html Css Color HEX #CF0708 Venetian Red

📋 copy color: '#CF0708'

red 207 ◦ green 7 ◦ blue 8

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

Shades of Venetian Red #CF0708

Tints of Venetian Red #CF0708

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.15%

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

R = 93.24%
G = 3.15%
B = 3.6%

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

#CF0708 (or 0xCF0708) is known color: Venetian Red. HEX triplet: CF, 07 and 08. RGB value is (207,7,8). Sum of RGB (Red+Green+Blue) = 207+7+8=222 (29% of max value = 765). Red value is 207 (81.25% from 255 or 93.24% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 8 (3.52% from 255 or 3.60% from 222); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0708 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0708 is #30F8F7. Grayscale: #434343. Windows color (decimal): -3209464 or 526287. OLE color: 526287.

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

Color convert

RGB 207 7 8 -
CMYK 0 0.97 0.96 0.19
HSL 359.7º 0.93% 0.42% -
HSV(B) 359.7º 0.97% 0.81% -
XYZ 25.85 13.43 1.46 -
YUV 66.91 94.76 227.92 -
System Red Green Blue C M Y K H S L
Decimal 207 7 8 0 0.97 0.96 0.19 359.7 0.93 0.42
Hex CF 7 8 0 61 60 13 168 5D 2A
Octal 317 7 10 0 141 140 23 550 135 52
Binary 11001111 111 1000 0 1100001 1100000 10011 101101000 1011101 101010

Color Harmonies of #CF0708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0708

Black with #CF0708

Text Example


Text Example

White with #CF0708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0708; }

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

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

background-color css

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

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

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

border-color css

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

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

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