Html Css Color HEX #CC090A Venetian Red

📋 copy color: '#CC090A'

red 204 ◦ green 9 ◦ blue 10

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

Shades of Venetian Red #CC090A

Tints of Venetian Red #CC090A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.04%

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

R = 91.48%
G = 4.04%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC090A (or 0xCC090A) is known color: Venetian Red. HEX triplet: CC, 09 and 0A. RGB value is (204,9,10). Sum of RGB (Red+Green+Blue) = 204+9+10=223 (29% of max value = 765). Red value is 204 (80.08% from 255 or 91.48% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 10 (4.30% from 255 or 4.48% from 223); Max value from RGB is 204 - color contains mainly: red. Hex color #CC090A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC090A is #33F6F5. Grayscale: #434343. Windows color (decimal): -3405558 or 657868. OLE color: 657868.

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

Color convert

RGB 204 9 10 -
CMYK 0 0.96 0.95 0.2
HSL 359.69º 0.92% 0.42% -
HSV(B) 359.69º 0.96% 0.8% -
XYZ 25.05 13.05 1.49 -
YUV 67.42 95.6 225.42 -
System Red Green Blue C M Y K H S L
Decimal 204 9 10 0 0.96 0.95 0.2 359.69 0.92 0.42
Hex CC 9 A 0 60 5F 14 168 5C 2A
Octal 314 11 12 0 140 137 24 550 134 52
Binary 11001100 1001 1010 0 1100000 1011111 10100 101101000 1011100 101010

Color Harmonies of #CC090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC090A

Black with #CC090A

Text Example


Text Example

White with #CC090A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC090A; }

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

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

background-color css

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

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

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

border-color css

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

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

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