Html Css Color HEX #CC091F Venetian Red

📋 copy color: '#CC091F'

red 204 ◦ green 9 ◦ blue 31

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

Shades of Venetian Red #CC091F

Tints of Venetian Red #CC091F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.7%

R = 83.61%
G = 3.69%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC091F (or 0xCC091F) is known color: Venetian Red. HEX triplet: CC, 09 and 1F. RGB value is (204,9,31). Sum of RGB (Red+Green+Blue) = 204+9+31=244 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.61% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 204 - color contains mainly: red. Hex color #CC091F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC091F is #33F6E0. Grayscale: #454545. Windows color (decimal): -3405537 or 2034124. OLE color: 2034124.

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

Color convert

RGB 204 9 31 -
CMYK 0 0.96 0.85 0.2
HSL 353.23º 0.92% 0.42% -
HSV(B) 353.23º 0.96% 0.8% -
XYZ 25.25 13.13 2.5 -
YUV 69.81 106.1 223.71 -
System Red Green Blue C M Y K H S L
Decimal 204 9 31 0 0.96 0.85 0.2 353.23 0.92 0.42
Hex CC 9 1F 0 60 55 14 161 5C 2A
Octal 314 11 37 0 140 125 24 541 134 52
Binary 11001100 1001 11111 0 1100000 1010101 10100 101100001 1011100 101010

Color Harmonies of #CC091F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC091F

Black with #CC091F

Text Example


Text Example

White with #CC091F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC091F; }

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

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

background-color css

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

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

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

border-color css

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

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

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