Html Css Color HEX #C20910 Venetian Red

📋 copy color: '#C20910'

red 194 ◦ green 9 ◦ blue 16

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

Shades of Venetian Red #C20910

Tints of Venetian Red #C20910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.31%

R = 88.58%
G = 4.11%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C20910 (or 0xC20910) is known color: Venetian Red. HEX triplet: C2, 09 and 10. RGB value is (194,9,16). Sum of RGB (Red+Green+Blue) = 194+9+16=219 (29% of max value = 765). Red value is 194 (76.17% from 255 or 88.58% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 16 (6.64% from 255 or 7.31% from 219); Max value from RGB is 194 - color contains mainly: red. Hex color #C20910 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20910 is #3DF6EF. Grayscale: #414141. Windows color (decimal): -4060912 or 1051074. OLE color: 1051074.

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

Color convert

RGB 194 9 16 -
CMYK 0 0.95 0.92 0.24
HSL 357.73º 0.91% 0.4% -
HSV(B) 357.73º 0.95% 0.76% -
XYZ 22.44 11.7 1.57 -
YUV 65.11 100.29 219.93 -
System Red Green Blue C M Y K H S L
Decimal 194 9 16 0 0.95 0.92 0.24 357.73 0.91 0.4
Hex C2 9 10 0 5F 5C 18 166 5B 28
Octal 302 11 20 0 137 134 30 546 133 50
Binary 11000010 1001 10000 0 1011111 1011100 11000 101100110 1011011 101000

Color Harmonies of #C20910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20910

Black with #C20910

Text Example


Text Example

White with #C20910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20910; }

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

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

background-color css

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

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

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

border-color css

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

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

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