Html Css Color HEX #CC040A Venetian Red

📋 copy color: '#CC040A'

red 204 ◦ green 4 ◦ blue 10

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

Shades of Venetian Red #CC040A

Tints of Venetian Red #CC040A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.59%

R = 93.58%
G = 1.83%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC040A (or 0xCC040A) is known color: Venetian Red. HEX triplet: CC, 04 and 0A. RGB value is (204,4,10). Sum of RGB (Red+Green+Blue) = 204+4+10=218 (28% of max value = 765). Red value is 204 (80.08% from 255 or 93.58% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 10 (4.30% from 255 or 4.59% from 218); Max value from RGB is 204 - color contains mainly: red. Hex color #CC040A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC040A is #33FBF5. Grayscale: #404040. Windows color (decimal): -3406838 or 656588. OLE color: 656588.

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

Color convert

RGB 204 4 10 -
CMYK 0 0.98 0.95 0.2
HSL 358.2º 0.96% 0.41% -
HSV(B) 358.2º 0.98% 0.8% -
XYZ 25 12.95 1.47 -
YUV 64.48 97.26 227.51 -
System Red Green Blue C M Y K H S L
Decimal 204 4 10 0 0.98 0.95 0.2 358.2 0.96 0.41
Hex CC 4 A 0 62 5F 14 166 60 29
Octal 314 4 12 0 142 137 24 546 140 51
Binary 11001100 100 1010 0 1100010 1011111 10100 101100110 1100000 101001

Color Harmonies of #CC040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC040A

Black with #CC040A

Text Example


Text Example

White with #CC040A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC040A; }

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

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

background-color css

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

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

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

border-color css

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

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

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