Html Css Color HEX #CC0312 Venetian Red

📋 copy color: '#CC0312'

red 204 ◦ green 3 ◦ blue 18

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

Shades of Venetian Red #CC0312

Tints of Venetian Red #CC0312

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.33%

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

R = 90.67%
G = 1.33%
B = 8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC0312 (or 0xCC0312) is known color: Venetian Red. HEX triplet: CC, 03 and 12. RGB value is (204,3,18). Sum of RGB (Red+Green+Blue) = 204+3+18=225 (29% of max value = 765). Red value is 204 (80.08% from 255 or 90.67% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0312 is #33FCED. Grayscale: #404040. Windows color (decimal): -3407086 or 1180620. OLE color: 1180620.

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

Color convert

RGB 204 3 18 -
CMYK 0 0.99 0.91 0.2
HSL 355.52º 0.97% 0.41% -
HSV(B) 355.52º 0.99% 0.8% -
XYZ 25.04 12.95 1.75 -
YUV 64.81 101.59 227.28 -
System Red Green Blue C M Y K H S L
Decimal 204 3 18 0 0.99 0.91 0.2 355.52 0.97 0.41
Hex CC 3 12 0 63 5B 14 164 61 29
Octal 314 3 22 0 143 133 24 544 141 51
Binary 11001100 11 10010 0 1100011 1011011 10100 101100100 1100001 101001

Color Harmonies of #CC0312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0312

Black with #CC0312

Text Example


Text Example

White with #CC0312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0312; }

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

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

background-color css

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

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

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

border-color css

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

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

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