Html Css Color HEX #D50417 Venetian Red

📋 copy color: '#D50417'

red 213 ◦ green 4 ◦ blue 23

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

Shades of Venetian Red #D50417

Tints of Venetian Red #D50417

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.67%

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

R = 88.75%
G = 1.67%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D50417 (or 0xD50417) is known color: Venetian Red. HEX triplet: D5, 04 and 17. RGB value is (213,4,23). Sum of RGB (Red+Green+Blue) = 213+4+23=240 (31% of max value = 765). Red value is 213 (83.59% from 255 or 88.75% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 23 (9.38% from 255 or 9.58% from 240); Max value from RGB is 213 - color contains mainly: red. Hex color #D50417 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50417 is #2AFBE8. Grayscale: #444444. Windows color (decimal): -2817001 or 1508565. OLE color: 1508565.

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

Color convert

RGB 213 4 23 -
CMYK 0 0.98 0.89 0.16
HSL 354.55º 0.96% 0.43% -
HSV(B) 354.55º 0.98% 0.84% -
XYZ 27.64 14.29 2.11 -
YUV 68.66 102.24 230.96 -
System Red Green Blue C M Y K H S L
Decimal 213 4 23 0 0.98 0.89 0.16 354.55 0.96 0.43
Hex D5 4 17 0 62 59 10 163 60 2B
Octal 325 4 27 0 142 131 20 543 140 53
Binary 11010101 100 10111 0 1100010 1011001 10000 101100011 1100000 101011

Color Harmonies of #D50417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50417

Black with #D50417

Text Example


Text Example

White with #D50417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50417; }

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

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

background-color css

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

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

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

border-color css

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

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

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