Html Css Color HEX #D40018 Venetian Red

📋 copy color: '#D40018'

red 212 ◦ green 0 ◦ blue 24

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

Shades of Venetian Red #D40018

Tints of Venetian Red #D40018

RGB

 RED value IS 212 (83.2% from 255) = 89.83%

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

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

R = 89.83%
G = 0%
B = 10.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D40018 (or 0xD40018) is known color: Venetian Red. HEX triplet: D4, 00 and 18. RGB value is (212,0,24). Sum of RGB (Red+Green+Blue) = 212+0+24=236 (31% of max value = 765). Red value is 212 (83.20% from 255 or 89.83% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 24 (9.77% from 255 or 10.17% from 236); Max value from RGB is 212 - color contains mainly: red. Hex color #D40018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40018 is #2BFFE7. Grayscale: #424242. Windows color (decimal): -2883560 or 1573076. OLE color: 1573076.

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

Color convert

RGB 212 0 24 -
CMYK 0 1 0.89 0.17
HSL 353.21º 1% 0.42% -
HSV(B) 353.21º 1% 0.83% -
XYZ 27.32 14.06 2.14 -
YUV 66.12 104.24 232.05 -
System Red Green Blue C M Y K H S L
Decimal 212 0 24 0 1 0.89 0.17 353.21 1 0.42
Hex D4 0 18 0 64 59 11 161 64 2A
Octal 324 0 30 0 144 131 21 541 144 52
Binary 11010100 0 11000 0 1100100 1011001 10001 101100001 1100100 101010

Color Harmonies of #D40018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40018

Black with #D40018

Text Example


Text Example

White with #D40018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40018; }

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

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

background-color css

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

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

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

border-color css

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

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

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