Html Css Color HEX #D62637 Alizarin

📋 copy color: '#D62637'

red 214 ◦ green 38 ◦ blue 55

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

Shades of Alizarin #D62637

Tints of Alizarin #D62637

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.38%

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

R = 69.71%
G = 12.38%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D62637 (or 0xD62637) is known color: Alizarin. HEX triplet: D6, 26 and 37. RGB value is (214,38,55). Sum of RGB (Red+Green+Blue) = 214+38+55=307 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.71% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 55 (21.88% from 255 or 17.92% from 307); Max value from RGB is 214 - color contains mainly: red. Hex color #D62637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62637 is #29D9C8. Grayscale: #5C5C5C. Windows color (decimal): -2742729 or 3614422. OLE color: 3614422.

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

Color convert

RGB 214 38 55 -
CMYK 0 0.82 0.74 0.16
HSL 354.2º 0.7% 0.49% -
HSV(B) 354.2º 0.82% 0.84% -
XYZ 29.11 15.96 5.16 -
YUV 92.56 106.81 214.62 -
System Red Green Blue C M Y K H S L
Decimal 214 38 55 0 0.82 0.74 0.16 354.2 0.7 0.49
Hex D6 26 37 0 52 4A 10 162 46 31
Octal 326 46 67 0 122 112 20 542 106 61
Binary 11010110 100110 110111 0 1010010 1001010 10000 101100010 1000110 110001

Color Harmonies of #D62637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62637

Black with #D62637

Text Example


Text Example

White with #D62637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62637; }

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

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

background-color css

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

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

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

border-color css

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

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

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