Html Css Color HEX #CC0819 Venetian Red

📋 copy color: '#CC0819'

red 204 ◦ green 8 ◦ blue 25

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

Shades of Venetian Red #CC0819

Tints of Venetian Red #CC0819

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.38%

 BLUE value IS 25 (10.16% from 255) = 10.55%

R = 86.08%
G = 3.38%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC0819 (or 0xCC0819) is known color: Venetian Red. HEX triplet: CC, 08 and 19. RGB value is (204,8,25). Sum of RGB (Red+Green+Blue) = 204+8+25=237 (31% of max value = 765). Red value is 204 (80.08% from 255 or 86.08% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0819 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0819 is #33F7E6. Grayscale: #444444. Windows color (decimal): -3405799 or 1640652. OLE color: 1640652.

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

Color convert

RGB 204 8 25 -
CMYK 0 0.96 0.88 0.2
HSL 354.8º 0.92% 0.42% -
HSV(B) 354.8º 0.96% 0.8% -
XYZ 25.16 13.08 2.12 -
YUV 68.54 103.43 224.62 -
System Red Green Blue C M Y K H S L
Decimal 204 8 25 0 0.96 0.88 0.2 354.8 0.92 0.42
Hex CC 8 19 0 60 58 14 163 5C 2A
Octal 314 10 31 0 140 130 24 543 134 52
Binary 11001100 1000 11001 0 1100000 1011000 10100 101100011 1011100 101010

Color Harmonies of #CC0819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0819

Black with #CC0819

Text Example


Text Example

White with #CC0819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0819; }

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

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

background-color css

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

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

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

border-color css

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

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

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