Html Css Color HEX #D62740 Alizarin

📋 copy color: '#D62740'

red 214 ◦ green 39 ◦ blue 64

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

Shades of Alizarin #D62740

Tints of Alizarin #D62740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.19%

R = 67.51%
G = 12.3%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D62740 (or 0xD62740) is known color: Alizarin. HEX triplet: D6, 27 and 40. RGB value is (214,39,64). Sum of RGB (Red+Green+Blue) = 214+39+64=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D62740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62740 is #29D8BF. Grayscale: #5E5E5E. Windows color (decimal): -2742464 or 4204502. OLE color: 4204502.

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

Color convert

RGB 214 39 64 -
CMYK 0 0.82 0.70 0.16
HSL 351.43º 0.69% 0.5% -
HSV(B) 351.43º 0.82% 0.84% -
XYZ 29.38 16.12 6.41 -
YUV 94.18 110.98 213.47 -
System Red Green Blue C M Y K H S L
Decimal 214 39 64 0 0.82 0.70 0.16 351.43 0.69 0.5
Hex D6 27 40 0 52 46 10 15F 45 32
Octal 326 47 100 0 122 106 20 537 105 62
Binary 11010110 100111 1000000 0 1010010 1000110 10000 101011111 1000101 110010

Color Harmonies of #D62740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62740

Black with #D62740

Text Example


Text Example

White with #D62740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62740; }

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

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

background-color css

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

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

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

border-color css

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

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

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