Html Css Color HEX #C50212 Venetian Red

📋 copy color: '#C50212'

red 197 ◦ green 2 ◦ blue 18

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

Shades of Venetian Red #C50212

Tints of Venetian Red #C50212

RGB

 RED value IS 197 (77.34% from 255) = 90.78%

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

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

R = 90.78%
G = 0.92%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C50212 (or 0xC50212) is known color: Venetian Red. HEX triplet: C5, 02 and 12. RGB value is (197,2,18). Sum of RGB (Red+Green+Blue) = 197+2+18=217 (28% of max value = 765). Red value is 197 (77.34% from 255 or 90.78% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 197 - color contains mainly: red. Hex color #C50212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50212 is #3AFDED. Grayscale: #3E3E3E. Windows color (decimal): -3866094 or 1180357. OLE color: 1180357.

HSL color Cylindrical-coordinate representation of color #C50212: hue angle of 355.08º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C50212 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 2 18 -
CMYK 0 0.99 0.91 0.23
HSL 355.08º 0.98% 0.39% -
HSV(B) 355.08º 0.99% 0.77% -
XYZ 23.16 11.96 1.66 -
YUV 62.13 103.1 224.2 -
System Red Green Blue C M Y K H S L
Decimal 197 2 18 0 0.99 0.91 0.23 355.08 0.98 0.39
Hex C5 2 12 0 63 5B 17 163 62 27
Octal 305 2 22 0 143 133 27 543 142 47
Binary 11000101 10 10010 0 1100011 1011011 10111 101100011 1100010 100111

Color Harmonies of #C50212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50212

Black with #C50212

Text Example


Text Example

White with #C50212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50212; }

 p { color: rgb(197,2,18); }

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

background-color css

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

 a { background-color: rgb(197,2,18); }

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

border-color css

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

 span { border-color: rgb(197,2,18); }

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