Html Css Color HEX #D62640 Alizarin

📋 copy color: '#D62640'

red 214 ◦ green 38 ◦ blue 64

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

Shades of Alizarin #D62640

Tints of Alizarin #D62640

RGB

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

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

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

R = 67.72%
G = 12.03%
B = 20.25%

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

#D62640 (or 0xD62640) is known color: Alizarin. HEX triplet: D6, 26 and 40. RGB value is (214,38,64). Sum of RGB (Red+Green+Blue) = 214+38+64=316 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.72% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 214 - color contains mainly: red. Hex color #D62640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62640 is #29D9BF. Grayscale: #5D5D5D. Windows color (decimal): -2742720 or 4204246. OLE color: 4204246.

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

Color convert

RGB 214 38 64 -
CMYK 0 0.82 0.70 0.16
HSL 351.14º 0.7% 0.49% -
HSV(B) 351.14º 0.82% 0.84% -
XYZ 29.35 16.05 6.4 -
YUV 93.59 111.31 213.89 -
System Red Green Blue C M Y K H S L
Decimal 214 38 64 0 0.82 0.70 0.16 351.14 0.7 0.49
Hex D6 26 40 0 52 46 10 15F 46 31
Octal 326 46 100 0 122 106 20 537 106 61
Binary 11010110 100110 1000000 0 1010010 1000110 10000 101011111 1000110 110001

Color Harmonies of #D62640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62640

Black with #D62640

Text Example


Text Example

White with #D62640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62640; }

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

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

background-color css

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

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

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

border-color css

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

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

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