Html Css Color HEX #D40024 Venetian Red

📋 copy color: '#D40024'

red 212 ◦ green 0 ◦ blue 36

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

Shades of Venetian Red #D40024

Tints of Venetian Red #D40024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.52%

R = 85.48%
G = 0%
B = 14.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D40024 (or 0xD40024) is known color: Venetian Red. HEX triplet: D4, 00 and 24. RGB value is (212,0,36). Sum of RGB (Red+Green+Blue) = 212+0+36=248 (32% of max value = 765). Red value is 212 (83.20% from 255 or 85.48% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 36 (14.45% from 255 or 14.52% from 248); Max value from RGB is 212 - color contains mainly: red. Hex color #D40024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40024 is #2BFFDB. Grayscale: #434343. Windows color (decimal): -2883548 or 2359508. OLE color: 2359508.

HSL color Cylindrical-coordinate representation of color #D40024: hue angle of 349.81º 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 #D40024 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 0 36 -
CMYK 0 1 0.83 0.17
HSL 349.81º 1% 0.42% -
HSV(B) 349.81º 1% 0.83% -
XYZ 27.47 14.12 2.95 -
YUV 67.49 110.24 231.07 -
System Red Green Blue C M Y K H S L
Decimal 212 0 36 0 1 0.83 0.17 349.81 1 0.42
Hex D4 0 24 0 64 53 11 15E 64 2A
Octal 324 0 44 0 144 123 21 536 144 52
Binary 11010100 0 100100 0 1100100 1010011 10001 101011110 1100100 101010

Color Harmonies of #D40024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40024

Black with #D40024

Text Example


Text Example

White with #D40024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40024; }

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

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

background-color css

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

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

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

border-color css

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

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

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