Html Css Color HEX #D62A37 Alizarin

📋 copy color: '#D62A37'

red 214 ◦ green 42 ◦ blue 55

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

Shades of Alizarin #D62A37

Tints of Alizarin #D62A37

RGB

 RED value IS 214 (83.98% from 255) = 68.81%

 GREEN value IS 42 (16.8% from 255) = 13.5%

 BLUE value IS 55 (21.88% from 255) = 17.68%

R = 68.81%
G = 13.5%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D62A37 (or 0xD62A37) is known color: Alizarin. HEX triplet: D6, 2A and 37. RGB value is (214,42,55). Sum of RGB (Red+Green+Blue) = 214+42+55=311 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.81% from 311); Green value is 42 (16.80% from 255 or 13.50% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 214 - color contains mainly: red. Hex color #D62A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62A37 is #29D5C8. Grayscale: #5F5F5F. Windows color (decimal): -2741705 or 3615446. OLE color: 3615446.

HSL color Cylindrical-coordinate representation of color #D62A37: hue angle of 355.47º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62A37 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 42 55 -
CMYK 0 0.80 0.74 0.16
HSL 355.47º 0.68% 0.5% -
HSV(B) 355.47º 0.8% 0.84% -
XYZ 29.25 16.23 5.21 -
YUV 94.91 105.48 212.94 -
System Red Green Blue C M Y K H S L
Decimal 214 42 55 0 0.80 0.74 0.16 355.47 0.68 0.5
Hex D6 2A 37 0 50 4A 10 163 44 32
Octal 326 52 67 0 120 112 20 543 104 62
Binary 11010110 101010 110111 0 1010000 1001010 10000 101100011 1000100 110010

Color Harmonies of #D62A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62A37

Black with #D62A37

Text Example


Text Example

White with #D62A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62A37; }

 p { color: rgb(214,42,55); }

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

background-color css

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

 a { background-color: rgb(214,42,55); }

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

border-color css

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

 span { border-color: rgb(214,42,55); }

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