Html Css Color HEX #CC050C Venetian Red

📋 copy color: '#CC050C'

red 204 ◦ green 5 ◦ blue 12

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

Shades of Venetian Red #CC050C

Tints of Venetian Red #CC050C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.26%

 BLUE value IS 12 (5.08% from 255) = 5.43%

R = 92.31%
G = 2.26%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC050C (or 0xCC050C) is known color: Venetian Red. HEX triplet: CC, 05 and 0C. RGB value is (204,5,12). Sum of RGB (Red+Green+Blue) = 204+5+12=221 (29% of max value = 765). Red value is 204 (80.08% from 255 or 92.31% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 12 (5.08% from 255 or 5.43% from 221); Max value from RGB is 204 - color contains mainly: red. Hex color #CC050C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC050C is #33FAF3. Grayscale: #414141. Windows color (decimal): -3406580 or 787916. OLE color: 787916.

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

Color convert

RGB 204 5 12 -
CMYK 0 0.98 0.94 0.2
HSL 357.89º 0.95% 0.41% -
HSV(B) 357.89º 0.98% 0.8% -
XYZ 25.02 12.97 1.53 -
YUV 65.3 97.93 226.93 -
System Red Green Blue C M Y K H S L
Decimal 204 5 12 0 0.98 0.94 0.2 357.89 0.95 0.41
Hex CC 5 C 0 62 5E 14 166 5F 29
Octal 314 5 14 0 142 136 24 546 137 51
Binary 11001100 101 1100 0 1100010 1011110 10100 101100110 1011111 101001

Color Harmonies of #CC050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC050C

Black with #CC050C

Text Example


Text Example

White with #CC050C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC050C; }

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

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

background-color css

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

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

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

border-color css

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

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

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