Html Css Color HEX #C20512 Venetian Red

📋 copy color: '#C20512'

red 194 ◦ green 5 ◦ blue 18

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

Shades of Venetian Red #C20512

Tints of Venetian Red #C20512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.3%

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

R = 89.4%
G = 2.3%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C20512 (or 0xC20512) is known color: Venetian Red. HEX triplet: C2, 05 and 12. RGB value is (194,5,18). Sum of RGB (Red+Green+Blue) = 194+5+18=217 (28% of max value = 765). Red value is 194 (76.17% from 255 or 89.40% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 194 - color contains mainly: red. Hex color #C20512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20512 is #3DFAED. Grayscale: #3F3F3F. Windows color (decimal): -4061934 or 1181122. OLE color: 1181122.

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

Color convert

RGB 194 5 18 -
CMYK 0 0.97 0.91 0.24
HSL 355.87º 0.95% 0.39% -
HSV(B) 355.87º 0.97% 0.76% -
XYZ 22.41 11.62 1.63 -
YUV 62.99 102.62 221.44 -
System Red Green Blue C M Y K H S L
Decimal 194 5 18 0 0.97 0.91 0.24 355.87 0.95 0.39
Hex C2 5 12 0 61 5B 18 164 5F 27
Octal 302 5 22 0 141 133 30 544 137 47
Binary 11000010 101 10010 0 1100001 1011011 11000 101100100 1011111 100111

Color Harmonies of #C20512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20512

Black with #C20512

Text Example


Text Example

White with #C20512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20512; }

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

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

background-color css

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

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

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

border-color css

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

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

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