Html Css Color HEX #C20204 Venetian Red

📋 copy color: '#C20204'

red 194 ◦ green 2 ◦ blue 4

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

Shades of Venetian Red #C20204

Tints of Venetian Red #C20204

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

 BLUE value IS 4 (1.95% from 255) = 2%

R = 97%
G = 1%
B = 2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C20204 (or 0xC20204) is known color: Venetian Red. HEX triplet: C2, 02 and 04. RGB value is (194,2,4). Sum of RGB (Red+Green+Blue) = 194+2+4=200 (26% of max value = 765). Red value is 194 (76.17% from 255 or 97% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 4 (1.95% from 255 or 2% from 200); Max value from RGB is 194 - color contains mainly: red. Hex color #C20204 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20204 is #3DFDFB. Grayscale: #3B3B3B. Windows color (decimal): -4062716 or 262850. OLE color: 262850.

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

Color convert

RGB 194 2 4 -
CMYK 0 0.99 0.98 0.24
HSL 359.38º 0.98% 0.38% -
HSV(B) 359.38º 0.99% 0.76% -
XYZ 22.29 11.52 1.16 -
YUV 59.64 96.61 223.84 -
System Red Green Blue C M Y K H S L
Decimal 194 2 4 0 0.99 0.98 0.24 359.38 0.98 0.38
Hex C2 2 4 0 63 62 18 167 62 26
Octal 302 2 4 0 143 142 30 547 142 46
Binary 11000010 10 100 0 1100011 1100010 11000 101100111 1100010 100110

Color Harmonies of #C20204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20204

Black with #C20204

Text Example


Text Example

White with #C20204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20204; }

 p { color: rgb(194,2,4); }

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

background-color css

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

 a { background-color: rgb(194,2,4); }

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

border-color css

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

 span { border-color: rgb(194,2,4); }

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