Html Css Color HEX #CC0412 Venetian Red

📋 copy color: '#CC0412'

red 204 ◦ green 4 ◦ blue 18

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

Shades of Venetian Red #CC0412

Tints of Venetian Red #CC0412

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.77%

 BLUE value IS 18 (7.42% from 255) = 7.96%

R = 90.27%
G = 1.77%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC0412 (or 0xCC0412) is known color: Venetian Red. HEX triplet: CC, 04 and 12. RGB value is (204,4,18). Sum of RGB (Red+Green+Blue) = 204+4+18=226 (29% of max value = 765). Red value is 204 (80.08% from 255 or 90.27% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0412 is #33FBED. Grayscale: #414141. Windows color (decimal): -3406830 or 1180876. OLE color: 1180876.

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

Color convert

RGB 204 4 18 -
CMYK 0 0.98 0.91 0.2
HSL 355.8º 0.96% 0.41% -
HSV(B) 355.8º 0.98% 0.8% -
XYZ 25.05 12.97 1.75 -
YUV 65.4 101.26 226.86 -
System Red Green Blue C M Y K H S L
Decimal 204 4 18 0 0.98 0.91 0.2 355.8 0.96 0.41
Hex CC 4 12 0 62 5B 14 164 60 29
Octal 314 4 22 0 142 133 24 544 140 51
Binary 11001100 100 10010 0 1100010 1011011 10100 101100100 1100000 101001

Color Harmonies of #CC0412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0412

Black with #CC0412

Text Example


Text Example

White with #CC0412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0412; }

 p { color: rgb(204,4,18); }

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

background-color css

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

 a { background-color: rgb(204,4,18); }

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

border-color css

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

 span { border-color: rgb(204,4,18); }

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