Html Css Color HEX #C20A1F Venetian Red

📋 copy color: '#C20A1F'

red 194 ◦ green 10 ◦ blue 31

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

Shades of Venetian Red #C20A1F

Tints of Venetian Red #C20A1F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.26%

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

R = 82.55%
G = 4.26%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C20A1F (or 0xC20A1F) is known color: Venetian Red. HEX triplet: C2, 0A and 1F. RGB value is (194,10,31). Sum of RGB (Red+Green+Blue) = 194+10+31=235 (31% of max value = 765). Red value is 194 (76.17% from 255 or 82.55% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 31 (12.5% from 255 or 13.19% from 235); Max value from RGB is 194 - color contains mainly: red. Hex color #C20A1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20A1F is #3DF5E0. Grayscale: #434343. Windows color (decimal): -4060641 or 2034370. OLE color: 2034370.

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

Color convert

RGB 194 10 31 -
CMYK 0 0.95 0.84 0.24
HSL 353.15º 0.9% 0.4% -
HSV(B) 353.15º 0.95% 0.76% -
XYZ 22.6 11.79 2.38 -
YUV 67.41 107.46 218.29 -
System Red Green Blue C M Y K H S L
Decimal 194 10 31 0 0.95 0.84 0.24 353.15 0.9 0.4
Hex C2 A 1F 0 5F 54 18 161 5A 28
Octal 302 12 37 0 137 124 30 541 132 50
Binary 11000010 1010 11111 0 1011111 1010100 11000 101100001 1011010 101000

Color Harmonies of #C20A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20A1F

Black with #C20A1F

Text Example


Text Example

White with #C20A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20A1F; }

 p { color: rgb(194,10,31); }

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

background-color css

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

 a { background-color: rgb(194,10,31); }

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

border-color css

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

 span { border-color: rgb(194,10,31); }

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