Html Css Color HEX #C20515 Venetian Red

📋 copy color: '#C20515'

red 194 ◦ green 5 ◦ blue 21

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

Shades of Venetian Red #C20515

Tints of Venetian Red #C20515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.55%

R = 88.18%
G = 2.27%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C20515 (or 0xC20515) is known color: Venetian Red. HEX triplet: C2, 05 and 15. RGB value is (194,5,21). Sum of RGB (Red+Green+Blue) = 194+5+21=220 (29% of max value = 765). Red value is 194 (76.17% from 255 or 88.18% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 21 (8.59% from 255 or 9.55% from 220); Max value from RGB is 194 - color contains mainly: red. Hex color #C20515 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20515 is #3DFAEA. Grayscale: #3F3F3F. Windows color (decimal): -4061931 or 1377730. OLE color: 1377730.

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

Color convert

RGB 194 5 21 -
CMYK 0 0.97 0.89 0.24
HSL 354.92º 0.95% 0.39% -
HSV(B) 354.92º 0.97% 0.76% -
XYZ 22.44 11.63 1.77 -
YUV 63.34 104.12 221.2 -
System Red Green Blue C M Y K H S L
Decimal 194 5 21 0 0.97 0.89 0.24 354.92 0.95 0.39
Hex C2 5 15 0 61 59 18 163 5F 27
Octal 302 5 25 0 141 131 30 543 137 47
Binary 11000010 101 10101 0 1100001 1011001 11000 101100011 1011111 100111

Color Harmonies of #C20515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20515

Black with #C20515

Text Example


Text Example

White with #C20515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20515; }

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

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

background-color css

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

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

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

border-color css

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

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

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