Html Css Color HEX #D62938 Alizarin

📋 copy color: '#D62938'

red 214 ◦ green 41 ◦ blue 56

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

Shades of Alizarin #D62938

Tints of Alizarin #D62938

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.18%

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

R = 68.81%
G = 13.18%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D62938 (or 0xD62938) is known color: Alizarin. HEX triplet: D6, 29 and 38. RGB value is (214,41,56). Sum of RGB (Red+Green+Blue) = 214+41+56=311 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.81% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 214 - color contains mainly: red. Hex color #D62938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62938 is #29D6C7. Grayscale: #5E5E5E. Windows color (decimal): -2741960 or 3680726. OLE color: 3680726.

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

Color convert

RGB 214 41 56 -
CMYK 0 0.81 0.74 0.16
HSL 354.8º 0.68% 0.5% -
HSV(B) 354.8º 0.81% 0.84% -
XYZ 29.24 16.17 5.32 -
YUV 94.44 106.31 213.28 -
System Red Green Blue C M Y K H S L
Decimal 214 41 56 0 0.81 0.74 0.16 354.8 0.68 0.5
Hex D6 29 38 0 51 4A 10 163 44 32
Octal 326 51 70 0 121 112 20 543 104 62
Binary 11010110 101001 111000 0 1010001 1001010 10000 101100011 1000100 110010

Color Harmonies of #D62938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62938

Black with #D62938

Text Example


Text Example

White with #D62938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62938; }

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

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

background-color css

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

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

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

border-color css

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

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

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