Html Css Color HEX #D50217 Venetian Red

📋 copy color: '#D50217'

red 213 ◦ green 2 ◦ blue 23

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

Shades of Venetian Red #D50217

Tints of Venetian Red #D50217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.66%

R = 89.5%
G = 0.84%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D50217 (or 0xD50217) is known color: Venetian Red. HEX triplet: D5, 02 and 17. RGB value is (213,2,23). Sum of RGB (Red+Green+Blue) = 213+2+23=238 (31% of max value = 765). Red value is 213 (83.59% from 255 or 89.50% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 23 (9.38% from 255 or 9.66% from 238); Max value from RGB is 213 - color contains mainly: red. Hex color #D50217 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50217 is #2AFDE8. Grayscale: #434343. Windows color (decimal): -2817513 or 1508053. OLE color: 1508053.

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

Color convert

RGB 213 2 23 -
CMYK 0 0.99 0.89 0.16
HSL 354.03º 0.98% 0.42% -
HSV(B) 354.03º 0.99% 0.84% -
XYZ 27.62 14.25 2.11 -
YUV 67.48 102.9 231.79 -
System Red Green Blue C M Y K H S L
Decimal 213 2 23 0 0.99 0.89 0.16 354.03 0.98 0.42
Hex D5 2 17 0 63 59 10 162 62 2A
Octal 325 2 27 0 143 131 20 542 142 52
Binary 11010101 10 10111 0 1100011 1011001 10000 101100010 1100010 101010

Color Harmonies of #D50217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50217

Black with #D50217

Text Example


Text Example

White with #D50217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50217; }

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

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

background-color css

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

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

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

border-color css

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

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

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