Html Css Color HEX #CC002A Venetian Red

📋 copy color: '#CC002A'

red 204 ◦ green 0 ◦ blue 42

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

Shades of Venetian Red #CC002A

Tints of Venetian Red #CC002A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.07%

R = 82.93%
G = 0%
B = 17.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC002A (or 0xCC002A) is known color: Venetian Red. HEX triplet: CC, 00 and 2A. RGB value is (204,0,42). Sum of RGB (Red+Green+Blue) = 204+0+42=246 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.93% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 204 - color contains mainly: red. Hex color #CC002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC002A is #33FFD5. Grayscale: #414141. Windows color (decimal): -3407830 or 2752716. OLE color: 2752716.

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

Color convert

RGB 204 0 42 -
CMYK 0 1 0.79 0.2
HSL 347.65º 1% 0.4% -
HSV(B) 347.65º 1% 0.8% -
XYZ 25.32 13 3.37 -
YUV 65.78 114.59 226.58 -
System Red Green Blue C M Y K H S L
Decimal 204 0 42 0 1 0.79 0.2 347.65 1 0.4
Hex CC 0 2A 0 64 4F 14 15C 64 28
Octal 314 0 52 0 144 117 24 534 144 50
Binary 11001100 0 101010 0 1100100 1001111 10100 101011100 1100100 101000

Color Harmonies of #CC002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC002A

Black with #CC002A

Text Example


Text Example

White with #CC002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC002A; }

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

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

background-color css

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

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

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

border-color css

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

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

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