Html Css Color HEX #D62738 Alizarin

📋 copy color: '#D62738'

red 214 ◦ green 39 ◦ blue 56

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

Shades of Alizarin #D62738

Tints of Alizarin #D62738

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.62%

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

R = 69.26%
G = 12.62%
B = 18.12%

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

#D62738 (or 0xD62738) is known color: Alizarin. HEX triplet: D6, 27 and 38. RGB value is (214,39,56). Sum of RGB (Red+Green+Blue) = 214+39+56=309 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.26% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 214 - color contains mainly: red. Hex color #D62738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62738 is #29D8C7. Grayscale: #5D5D5D. Windows color (decimal): -2742472 or 3680214. OLE color: 3680214.

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

Color convert

RGB 214 39 56 -
CMYK 0 0.82 0.74 0.16
HSL 354.17º 0.69% 0.5% -
HSV(B) 354.17º 0.82% 0.84% -
XYZ 29.17 16.03 5.3 -
YUV 93.26 106.98 214.12 -
System Red Green Blue C M Y K H S L
Decimal 214 39 56 0 0.82 0.74 0.16 354.17 0.69 0.5
Hex D6 27 38 0 52 4A 10 162 45 32
Octal 326 47 70 0 122 112 20 542 105 62
Binary 11010110 100111 111000 0 1010010 1001010 10000 101100010 1000101 110010

Color Harmonies of #D62738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62738

Black with #D62738

Text Example


Text Example

White with #D62738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62738; }

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

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

background-color css

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

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

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

border-color css

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

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

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