Html Css Color HEX #D50212 Venetian Red

📋 copy color: '#D50212'

red 213 ◦ green 2 ◦ blue 18

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

Shades of Venetian Red #D50212

Tints of Venetian Red #D50212

RGB

 RED value IS 213 (83.59% from 255) = 91.42%

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

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

R = 91.42%
G = 0.86%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D50212 (or 0xD50212) is known color: Venetian Red. HEX triplet: D5, 02 and 12. RGB value is (213,2,18). Sum of RGB (Red+Green+Blue) = 213+2+18=233 (30% of max value = 765). Red value is 213 (83.59% from 255 or 91.42% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 213 - color contains mainly: red. Hex color #D50212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50212 is #2AFDED. Grayscale: #434343. Windows color (decimal): -2817518 or 1180373. OLE color: 1180373.

HSL color Cylindrical-coordinate representation of color #D50212: hue angle of 355.45º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D50212 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 2 18 -
CMYK 0 0.99 0.92 0.16
HSL 355.45º 0.98% 0.42% -
HSV(B) 355.45º 0.99% 0.84% -
XYZ 27.57 14.23 1.87 -
YUV 66.91 100.4 232.2 -
System Red Green Blue C M Y K H S L
Decimal 213 2 18 0 0.99 0.92 0.16 355.45 0.98 0.42
Hex D5 2 12 0 63 5C 10 163 62 2A
Octal 325 2 22 0 143 134 20 543 142 52
Binary 11010101 10 10010 0 1100011 1011100 10000 101100011 1100010 101010

Color Harmonies of #D50212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50212

Black with #D50212

Text Example


Text Example

White with #D50212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50212; }

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

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

background-color css

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

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

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

border-color css

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

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

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