Html Css Color HEX #CC0005 Venetian Red

📋 copy color: '#CC0005'

red 204 ◦ green 0 ◦ blue 5

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

Shades of Venetian Red #CC0005

Tints of Venetian Red #CC0005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.39%

R = 97.61%
G = 0%
B = 2.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC0005 (or 0xCC0005) is known color: Venetian Red. HEX triplet: CC, 00 and 05. RGB value is (204,0,5). Sum of RGB (Red+Green+Blue) = 204+0+5=209 (27% of max value = 765). Red value is 204 (80.08% from 255 or 97.61% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 5 (2.34% from 255 or 2.39% from 209); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0005 is #33FFFA. Grayscale: #3D3D3D. Windows color (decimal): -3407867 or 327884. OLE color: 327884.

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

Color convert

RGB 204 0 5 -
CMYK 0 1 0.98 0.2
HSL 358.53º 1% 0.4% -
HSV(B) 358.53º 1% 0.8% -
XYZ 24.93 12.85 1.31 -
YUV 61.57 96.09 229.59 -
System Red Green Blue C M Y K H S L
Decimal 204 0 5 0 1 0.98 0.2 358.53 1 0.4
Hex CC 0 5 0 64 62 14 167 64 28
Octal 314 0 5 0 144 142 24 547 144 50
Binary 11001100 0 101 0 1100100 1100010 10100 101100111 1100100 101000

Color Harmonies of #CC0005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0005

Black with #CC0005

Text Example


Text Example

White with #CC0005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0005; }

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

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

background-color css

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

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

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

border-color css

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

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

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