Html Css Color HEX #CC091A Venetian Red

📋 copy color: '#CC091A'

red 204 ◦ green 9 ◦ blue 26

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

Shades of Venetian Red #CC091A

Tints of Venetian Red #CC091A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.88%

R = 85.36%
G = 3.77%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC091A (or 0xCC091A) is known color: Venetian Red. HEX triplet: CC, 09 and 1A. RGB value is (204,9,26). Sum of RGB (Red+Green+Blue) = 204+9+26=239 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85.36% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 26 (10.55% from 255 or 10.88% from 239); Max value from RGB is 204 - color contains mainly: red. Hex color #CC091A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC091A is #33F6E5. Grayscale: #454545. Windows color (decimal): -3405542 or 1706444. OLE color: 1706444.

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

Color convert

RGB 204 9 26 -
CMYK 0 0.96 0.87 0.2
HSL 354.77º 0.92% 0.42% -
HSV(B) 354.77º 0.96% 0.8% -
XYZ 25.19 13.11 2.18 -
YUV 69.24 103.6 224.12 -
System Red Green Blue C M Y K H S L
Decimal 204 9 26 0 0.96 0.87 0.2 354.77 0.92 0.42
Hex CC 9 1A 0 60 57 14 163 5C 2A
Octal 314 11 32 0 140 127 24 543 134 52
Binary 11001100 1001 11010 0 1100000 1010111 10100 101100011 1011100 101010

Color Harmonies of #CC091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC091A

Black with #CC091A

Text Example


Text Example

White with #CC091A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC091A; }

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

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

background-color css

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

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

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

border-color css

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

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

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