Html Css Color HEX #D50018 Venetian Red

📋 copy color: '#D50018'

red 213 ◦ green 0 ◦ blue 24

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

Shades of Venetian Red #D50018

Tints of Venetian Red #D50018

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 24 (9.77% from 255) = 10.13%

R = 89.87%
G = 0%
B = 10.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D50018 (or 0xD50018) is known color: Venetian Red. HEX triplet: D5, 00 and 18. RGB value is (213,0,24). Sum of RGB (Red+Green+Blue) = 213+0+24=237 (31% of max value = 765). Red value is 213 (83.59% from 255 or 89.87% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 24 (9.77% from 255 or 10.13% from 237); Max value from RGB is 213 - color contains mainly: red. Hex color #D50018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50018 is #2AFFE7. Grayscale: #424242. Windows color (decimal): -2818024 or 1573077. OLE color: 1573077.

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

Color convert

RGB 213 0 24 -
CMYK 0 1 0.89 0.16
HSL 353.24º 1% 0.42% -
HSV(B) 353.24º 1% 0.84% -
XYZ 27.61 14.21 2.15 -
YUV 66.42 104.07 232.55 -
System Red Green Blue C M Y K H S L
Decimal 213 0 24 0 1 0.89 0.16 353.24 1 0.42
Hex D5 0 18 0 64 59 10 161 64 2A
Octal 325 0 30 0 144 131 20 541 144 52
Binary 11010101 0 11000 0 1100100 1011001 10000 101100001 1100100 101010

Color Harmonies of #D50018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50018

Black with #D50018

Text Example


Text Example

White with #D50018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50018; }

 p { color: rgb(213,0,24); }

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

background-color css

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

 a { background-color: rgb(213,0,24); }

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

border-color css

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

 span { border-color: rgb(213,0,24); }

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