Html Css Color HEX #D62A30 Alizarin

📋 copy color: '#D62A30'

red 214 ◦ green 42 ◦ blue 48

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

Shades of Alizarin #D62A30

Tints of Alizarin #D62A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.79%

R = 70.39%
G = 13.82%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D62A30 (or 0xD62A30) is known color: Alizarin. HEX triplet: D6, 2A and 30. RGB value is (214,42,48). Sum of RGB (Red+Green+Blue) = 214+42+48=304 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.39% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 214 - color contains mainly: red. Hex color #D62A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62A30 is #29D5CF. Grayscale: #5E5E5E. Windows color (decimal): -2741712 or 3156694. OLE color: 3156694.

HSL color Cylindrical-coordinate representation of color #D62A30: hue angle of 357.91º 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 #D62A30 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 42 48 -
CMYK 0 0.80 0.78 0.16
HSL 357.91º 0.68% 0.5% -
HSV(B) 357.91º 0.8% 0.84% -
XYZ 29.09 16.17 4.38 -
YUV 94.11 101.98 213.51 -
System Red Green Blue C M Y K H S L
Decimal 214 42 48 0 0.80 0.78 0.16 357.91 0.68 0.5
Hex D6 2A 30 0 50 4E 10 166 44 32
Octal 326 52 60 0 120 116 20 546 104 62
Binary 11010110 101010 110000 0 1010000 1001110 10000 101100110 1000100 110010

Color Harmonies of #D62A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62A30

Black with #D62A30

Text Example


Text Example

White with #D62A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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