Html Css Color HEX #CC0613 Venetian Red

📋 copy color: '#CC0613'

red 204 ◦ green 6 ◦ blue 19

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

Shades of Venetian Red #CC0613

Tints of Venetian Red #CC0613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.62%

 BLUE value IS 19 (7.81% from 255) = 8.3%

R = 89.08%
G = 2.62%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC0613 (or 0xCC0613) is known color: Venetian Red. HEX triplet: CC, 06 and 13. RGB value is (204,6,19). Sum of RGB (Red+Green+Blue) = 204+6+19=229 (30% of max value = 765). Red value is 204 (80.08% from 255 or 89.08% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0613 is #33F9EC. Grayscale: #424242. Windows color (decimal): -3406317 or 1246924. OLE color: 1246924.

HSL color Cylindrical-coordinate representation of color #CC0613: hue angle of 356.06º degrees, saturation: 0.94, 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 #CC0613 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 6 19 -
CMYK 0 0.97 0.91 0.2
HSL 356.06º 0.94% 0.41% -
HSV(B) 356.06º 0.97% 0.8% -
XYZ 25.08 13.01 1.81 -
YUV 66.68 101.1 225.94 -
System Red Green Blue C M Y K H S L
Decimal 204 6 19 0 0.97 0.91 0.2 356.06 0.94 0.41
Hex CC 6 13 0 61 5B 14 164 5E 29
Octal 314 6 23 0 141 133 24 544 136 51
Binary 11001100 110 10011 0 1100001 1011011 10100 101100100 1011110 101001

Color Harmonies of #CC0613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0613

Black with #CC0613

Text Example


Text Example

White with #CC0613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0613; }

 p { color: rgb(204,6,19); }

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

background-color css

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

 a { background-color: rgb(204,6,19); }

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

border-color css

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

 span { border-color: rgb(204,6,19); }

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