Html Css Color HEX #D40224 Venetian Red

📋 copy color: '#D40224'

red 212 ◦ green 2 ◦ blue 36

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

Shades of Venetian Red #D40224

Tints of Venetian Red #D40224

RGB

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

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

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

R = 84.8%
G = 0.8%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D40224 (or 0xD40224) is known color: Venetian Red. HEX triplet: D4, 02 and 24. RGB value is (212,2,36). Sum of RGB (Red+Green+Blue) = 212+2+36=250 (33% of max value = 765). Red value is 212 (83.20% from 255 or 84.8% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 212 - color contains mainly: red. Hex color #D40224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40224 is #2BFDDB. Grayscale: #444444. Windows color (decimal): -2883036 or 2360020. OLE color: 2360020.

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

Color convert

RGB 212 2 36 -
CMYK 0 0.99 0.83 0.17
HSL 350.29º 0.98% 0.42% -
HSV(B) 350.29º 0.99% 0.83% -
XYZ 27.49 14.17 2.95 -
YUV 68.67 109.57 230.24 -
System Red Green Blue C M Y K H S L
Decimal 212 2 36 0 0.99 0.83 0.17 350.29 0.98 0.42
Hex D4 2 24 0 63 53 11 15E 62 2A
Octal 324 2 44 0 143 123 21 536 142 52
Binary 11010100 10 100100 0 1100011 1010011 10001 101011110 1100010 101010

Color Harmonies of #D40224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40224

Black with #D40224

Text Example


Text Example

White with #D40224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40224; }

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

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

background-color css

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

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

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

border-color css

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

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

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