Html Css Color HEX #CC0B0F Venetian Red

📋 copy color: '#CC0B0F'

red 204 ◦ green 11 ◦ blue 15

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

Shades of Venetian Red #CC0B0F

Tints of Venetian Red #CC0B0F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.78%

 BLUE value IS 15 (6.25% from 255) = 6.52%

R = 88.7%
G = 4.78%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC0B0F (or 0xCC0B0F) is known color: Venetian Red. HEX triplet: CC, 0B and 0F. RGB value is (204,11,15). Sum of RGB (Red+Green+Blue) = 204+11+15=230 (30% of max value = 765). Red value is 204 (80.08% from 255 or 88.70% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 15 (6.25% from 255 or 6.52% from 230); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0B0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0B0F is #33F4F0. Grayscale: #454545. Windows color (decimal): -3405041 or 986060. OLE color: 986060.

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

Color convert

RGB 204 11 15 -
CMYK 0 0.95 0.93 0.2
HSL 358.76º 0.9% 0.42% -
HSV(B) 358.76º 0.95% 0.8% -
XYZ 25.11 13.11 1.66 -
YUV 69.16 97.44 224.17 -
System Red Green Blue C M Y K H S L
Decimal 204 11 15 0 0.95 0.93 0.2 358.76 0.9 0.42
Hex CC B F 0 5F 5D 14 167 5A 2A
Octal 314 13 17 0 137 135 24 547 132 52
Binary 11001100 1011 1111 0 1011111 1011101 10100 101100111 1011010 101010

Color Harmonies of #CC0B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0B0F

Black with #CC0B0F

Text Example


Text Example

White with #CC0B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0B0F; }

 p { color: rgb(204,11,15); }

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

background-color css

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

 a { background-color: rgb(204,11,15); }

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

border-color css

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

 span { border-color: rgb(204,11,15); }

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