Html Css Color HEX #D62130 Alizarin

📋 copy color: '#D62130'

red 214 ◦ green 33 ◦ blue 48

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

Shades of Alizarin #D62130

Tints of Alizarin #D62130

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.19%

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

R = 72.54%
G = 11.19%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D62130 (or 0xD62130) is known color: Alizarin. HEX triplet: D6, 21 and 30. RGB value is (214,33,48). Sum of RGB (Red+Green+Blue) = 214+33+48=295 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.54% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 214 - color contains mainly: red. Hex color #D62130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62130 is #29DECF. Grayscale: #585858. Windows color (decimal): -2744016 or 3154390. OLE color: 3154390.

HSL color Cylindrical-coordinate representation of color #D62130: hue angle of 355.03º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D62130 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 33 48 -
CMYK 0 0.85 0.78 0.16
HSL 355.03º 0.73% 0.48% -
HSV(B) 355.03º 0.85% 0.84% -
XYZ 28.81 15.6 4.29 -
YUV 88.83 104.97 217.28 -
System Red Green Blue C M Y K H S L
Decimal 214 33 48 0 0.85 0.78 0.16 355.03 0.73 0.48
Hex D6 21 30 0 55 4E 10 163 49 30
Octal 326 41 60 0 125 116 20 543 111 60
Binary 11010110 100001 110000 0 1010101 1001110 10000 101100011 1001001 110000

Color Harmonies of #D62130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62130

Black with #D62130

Text Example


Text Example

White with #D62130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62130; }

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

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

background-color css

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

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

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

border-color css

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

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

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