Html Css Color HEX #D62138 Alizarin

📋 copy color: '#D62138'

red 214 ◦ green 33 ◦ blue 56

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

Shades of Alizarin #D62138

Tints of Alizarin #D62138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.48%

R = 70.63%
G = 10.89%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D62138 (or 0xD62138) is known color: Alizarin. HEX triplet: D6, 21 and 38. RGB value is (214,33,56). Sum of RGB (Red+Green+Blue) = 214+33+56=303 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.63% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 214 - color contains mainly: red. Hex color #D62138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62138 is #29DEC7. Grayscale: #595959. Windows color (decimal): -2744008 or 3678678. OLE color: 3678678.

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

Color convert

RGB 214 33 56 -
CMYK 0 0.85 0.74 0.16
HSL 352.38º 0.73% 0.48% -
HSV(B) 352.38º 0.85% 0.84% -
XYZ 28.99 15.67 5.24 -
YUV 89.74 108.97 216.63 -
System Red Green Blue C M Y K H S L
Decimal 214 33 56 0 0.85 0.74 0.16 352.38 0.73 0.48
Hex D6 21 38 0 55 4A 10 160 49 30
Octal 326 41 70 0 125 112 20 540 111 60
Binary 11010110 100001 111000 0 1010101 1001010 10000 101100000 1001001 110000

Color Harmonies of #D62138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62138

Black with #D62138

Text Example


Text Example

White with #D62138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62138; }

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

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

background-color css

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

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

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

border-color css

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

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

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