Html Css Color HEX #C20913 Venetian Red

📋 copy color: '#C20913'

red 194 ◦ green 9 ◦ blue 19

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

Shades of Venetian Red #C20913

Tints of Venetian Red #C20913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.56%

R = 87.39%
G = 4.05%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C20913 (or 0xC20913) is known color: Venetian Red. HEX triplet: C2, 09 and 13. RGB value is (194,9,19). Sum of RGB (Red+Green+Blue) = 194+9+19=222 (29% of max value = 765). Red value is 194 (76.17% from 255 or 87.39% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 194 - color contains mainly: red. Hex color #C20913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20913 is #3DF6EC. Grayscale: #414141. Windows color (decimal): -4060909 or 1247682. OLE color: 1247682.

HSL color Cylindrical-coordinate representation of color #C20913: hue angle of 356.76º 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 #C20913 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 9 19 -
CMYK 0 0.95 0.90 0.24
HSL 356.76º 0.91% 0.4% -
HSV(B) 356.76º 0.95% 0.76% -
XYZ 22.46 11.71 1.69 -
YUV 65.46 101.79 219.69 -
System Red Green Blue C M Y K H S L
Decimal 194 9 19 0 0.95 0.90 0.24 356.76 0.91 0.4
Hex C2 9 13 0 5F 5A 18 165 5B 28
Octal 302 11 23 0 137 132 30 545 133 50
Binary 11000010 1001 10011 0 1011111 1011010 11000 101100101 1011011 101000

Color Harmonies of #C20913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20913

Black with #C20913

Text Example


Text Example

White with #C20913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20913; }

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

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

background-color css

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

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

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

border-color css

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

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

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