Html Css Color HEX #CC091C Venetian Red

📋 copy color: '#CC091C'

red 204 ◦ green 9 ◦ blue 28

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

Shades of Venetian Red #CC091C

Tints of Venetian Red #CC091C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.62%

R = 84.65%
G = 3.73%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC091C (or 0xCC091C) is known color: Venetian Red. HEX triplet: CC, 09 and 1C. RGB value is (204,9,28). Sum of RGB (Red+Green+Blue) = 204+9+28=241 (31% of max value = 765). Red value is 204 (80.08% from 255 or 84.65% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 204 - color contains mainly: red. Hex color #CC091C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC091C is #33F6E3. Grayscale: #454545. Windows color (decimal): -3405540 or 1837516. OLE color: 1837516.

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

Color convert

RGB 204 9 28 -
CMYK 0 0.96 0.86 0.2
HSL 354.15º 0.92% 0.42% -
HSV(B) 354.15º 0.96% 0.8% -
XYZ 25.21 13.12 2.3 -
YUV 69.47 104.6 223.96 -
System Red Green Blue C M Y K H S L
Decimal 204 9 28 0 0.96 0.86 0.2 354.15 0.92 0.42
Hex CC 9 1C 0 60 56 14 162 5C 2A
Octal 314 11 34 0 140 126 24 542 134 52
Binary 11001100 1001 11100 0 1100000 1010110 10100 101100010 1011100 101010

Color Harmonies of #CC091C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC091C

Black with #CC091C

Text Example


Text Example

White with #CC091C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC091C; }

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

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

background-color css

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

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

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

border-color css

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

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

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