Html Css Color HEX #CC000B Venetian Red

📋 copy color: '#CC000B'

red 204 ◦ green 0 ◦ blue 11

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

Shades of Venetian Red #CC000B

Tints of Venetian Red #CC000B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 11 (4.69% from 255) = 5.12%

R = 94.88%
G = 0%
B = 5.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC000B (or 0xCC000B) is known color: Venetian Red. HEX triplet: CC, 00 and 0B. RGB value is (204,0,11). Sum of RGB (Red+Green+Blue) = 204+0+11=215 (28% of max value = 765). Red value is 204 (80.08% from 255 or 94.88% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 204 - color contains mainly: red. Hex color #CC000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC000B is #33FFF4. Grayscale: #3E3E3E. Windows color (decimal): -3407861 or 721100. OLE color: 721100.

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

Color convert

RGB 204 0 11 -
CMYK 0 1 0.95 0.2
HSL 356.76º 1% 0.4% -
HSV(B) 356.76º 1% 0.8% -
XYZ 24.96 12.86 1.48 -
YUV 62.25 99.09 229.11 -
System Red Green Blue C M Y K H S L
Decimal 204 0 11 0 1 0.95 0.2 356.76 1 0.4
Hex CC 0 B 0 64 5F 14 165 64 28
Octal 314 0 13 0 144 137 24 545 144 50
Binary 11001100 0 1011 0 1100100 1011111 10100 101100101 1100100 101000

Color Harmonies of #CC000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC000B

Black with #CC000B

Text Example


Text Example

White with #CC000B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC000B; }

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

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

background-color css

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

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

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

border-color css

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

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

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