Html Css Color HEX #CC090E Venetian Red

📋 copy color: '#CC090E'

red 204 ◦ green 9 ◦ blue 14

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

Shades of Venetian Red #CC090E

Tints of Venetian Red #CC090E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.17%

R = 89.87%
G = 3.96%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC090E (or 0xCC090E) is known color: Venetian Red. HEX triplet: CC, 09 and 0E. RGB value is (204,9,14). Sum of RGB (Red+Green+Blue) = 204+9+14=227 (30% of max value = 765). Red value is 204 (80.08% from 255 or 89.87% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 14 (5.86% from 255 or 6.17% from 227); Max value from RGB is 204 - color contains mainly: red. Hex color #CC090E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC090E is #33F6F1. Grayscale: #444444. Windows color (decimal): -3405554 or 920012. OLE color: 920012.

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

Color convert

RGB 204 9 14 -
CMYK 0 0.96 0.93 0.2
HSL 358.46º 0.92% 0.42% -
HSV(B) 358.46º 0.96% 0.8% -
XYZ 25.08 13.06 1.62 -
YUV 67.88 97.6 225.09 -
System Red Green Blue C M Y K H S L
Decimal 204 9 14 0 0.96 0.93 0.2 358.46 0.92 0.42
Hex CC 9 E 0 60 5D 14 166 5C 2A
Octal 314 11 16 0 140 135 24 546 134 52
Binary 11001100 1001 1110 0 1100000 1011101 10100 101100110 1011100 101010

Color Harmonies of #CC090E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC090E

Black with #CC090E

Text Example


Text Example

White with #CC090E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC090E; }

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

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

background-color css

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

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

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

border-color css

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

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

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