Html Css Color HEX #C20912 Venetian Red

📋 copy color: '#C20912'

red 194 ◦ green 9 ◦ blue 18

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

Shades of Venetian Red #C20912

Tints of Venetian Red #C20912

RGB

 RED value IS 194 (76.17% from 255) = 87.78%

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

 BLUE value IS 18 (7.42% from 255) = 8.14%

R = 87.78%
G = 4.07%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C20912 (or 0xC20912) is known color: Venetian Red. HEX triplet: C2, 09 and 12. RGB value is (194,9,18). Sum of RGB (Red+Green+Blue) = 194+9+18=221 (29% of max value = 765). Red value is 194 (76.17% from 255 or 87.78% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 18 (7.42% from 255 or 8.14% from 221); Max value from RGB is 194 - color contains mainly: red. Hex color #C20912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20912 is #3DF6ED. Grayscale: #414141. Windows color (decimal): -4060910 or 1182146. OLE color: 1182146.

HSL color Cylindrical-coordinate representation of color #C20912: hue angle of 357.08º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20912 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 9 18 -
CMYK 0 0.95 0.91 0.24
HSL 357.08º 0.91% 0.4% -
HSV(B) 357.08º 0.95% 0.76% -
XYZ 22.46 11.71 1.65 -
YUV 65.34 101.29 219.77 -
System Red Green Blue C M Y K H S L
Decimal 194 9 18 0 0.95 0.91 0.24 357.08 0.91 0.4
Hex C2 9 12 0 5F 5B 18 165 5B 28
Octal 302 11 22 0 137 133 30 545 133 50
Binary 11000010 1001 10010 0 1011111 1011011 11000 101100101 1011011 101000

Color Harmonies of #C20912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20912

Black with #C20912

Text Example


Text Example

White with #C20912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20912; }

 p { color: rgb(194,9,18); }

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

background-color css

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

 a { background-color: rgb(194,9,18); }

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

border-color css

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

 span { border-color: rgb(194,9,18); }

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