Html Css Color HEX #CC0B1E Venetian Red

📋 copy color: '#CC0B1E'

red 204 ◦ green 11 ◦ blue 30

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

Shades of Venetian Red #CC0B1E

Tints of Venetian Red #CC0B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.24%

R = 83.27%
G = 4.49%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC0B1E (or 0xCC0B1E) is known color: Venetian Red. HEX triplet: CC, 0B and 1E. RGB value is (204,11,30). Sum of RGB (Red+Green+Blue) = 204+11+30=245 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.27% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0B1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0B1E is #33F4E1. Grayscale: #464646. Windows color (decimal): -3405026 or 1969100. OLE color: 1969100.

HSL color Cylindrical-coordinate representation of color #CC0B1E: hue angle of 354.09º 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 #CC0B1E is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 11 30 -
CMYK 0 0.95 0.85 0.2
HSL 354.09º 0.9% 0.42% -
HSV(B) 354.09º 0.95% 0.8% -
XYZ 25.26 13.17 2.44 -
YUV 70.87 104.94 222.96 -
System Red Green Blue C M Y K H S L
Decimal 204 11 30 0 0.95 0.85 0.2 354.09 0.9 0.42
Hex CC B 1E 0 5F 55 14 162 5A 2A
Octal 314 13 36 0 137 125 24 542 132 52
Binary 11001100 1011 11110 0 1011111 1010101 10100 101100010 1011010 101010

Color Harmonies of #CC0B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0B1E

Black with #CC0B1E

Text Example


Text Example

White with #CC0B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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