Html Css Color HEX #CC0708 Venetian Red

📋 copy color: '#CC0708'

red 204 ◦ green 7 ◦ blue 8

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

Shades of Venetian Red #CC0708

Tints of Venetian Red #CC0708

RGB

 RED value IS 204 (80.08% from 255) = 93.15%

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

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

R = 93.15%
G = 3.2%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC0708 (or 0xCC0708) is known color: Venetian Red. HEX triplet: CC, 07 and 08. RGB value is (204,7,8). Sum of RGB (Red+Green+Blue) = 204+7+8=219 (29% of max value = 765). Red value is 204 (80.08% from 255 or 93.15% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 8 (3.52% from 255 or 3.65% from 219); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0708 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0708 is #33F8F7. Grayscale: #424242. Windows color (decimal): -3406072 or 526284. OLE color: 526284.

HSL color Cylindrical-coordinate representation of color #CC0708: hue angle of 359.7º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC0708 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 7 8 -
CMYK 0 0.97 0.96 0.2
HSL 359.7º 0.93% 0.41% -
HSV(B) 359.7º 0.97% 0.8% -
XYZ 25.02 13.01 1.42 -
YUV 66.02 95.27 226.42 -
System Red Green Blue C M Y K H S L
Decimal 204 7 8 0 0.97 0.96 0.2 359.7 0.93 0.41
Hex CC 7 8 0 61 60 14 168 5D 29
Octal 314 7 10 0 141 140 24 550 135 51
Binary 11001100 111 1000 0 1100001 1100000 10100 101101000 1011101 101001

Color Harmonies of #CC0708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0708

Black with #CC0708

Text Example


Text Example

White with #CC0708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0708; }

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

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

background-color css

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

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

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

border-color css

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

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

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