Html Css Color HEX #D62D3C Alizarin

📋 copy color: '#D62D3C'

red 214 ◦ green 45 ◦ blue 60

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

Shades of Alizarin #D62D3C

Tints of Alizarin #D62D3C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.11%

 BLUE value IS 60 (23.83% from 255) = 18.81%

R = 67.08%
G = 14.11%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D62D3C (or 0xD62D3C) is known color: Alizarin. HEX triplet: D6, 2D and 3C. RGB value is (214,45,60). Sum of RGB (Red+Green+Blue) = 214+45+60=319 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.08% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 214 - color contains mainly: red. Hex color #D62D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62D3C is #29D2C3. Grayscale: #616161. Windows color (decimal): -2740932 or 3943894. OLE color: 3943894.

HSL color Cylindrical-coordinate representation of color #D62D3C: hue angle of 354.67º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62D3C is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 45 60 -
CMYK 0 0.79 0.72 0.16
HSL 354.67º 0.67% 0.51% -
HSV(B) 354.67º 0.79% 0.84% -
XYZ 29.49 16.5 5.91 -
YUV 97.24 106.99 211.28 -
System Red Green Blue C M Y K H S L
Decimal 214 45 60 0 0.79 0.72 0.16 354.67 0.67 0.51
Hex D6 2D 3C 0 4F 48 10 163 43 33
Octal 326 55 74 0 117 110 20 543 103 63
Binary 11010110 101101 111100 0 1001111 1001000 10000 101100011 1000011 110011

Color Harmonies of #D62D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62D3C

Black with #D62D3C

Text Example


Text Example

White with #D62D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62D3C; }

 p { color: rgb(214,45,60); }

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

background-color css

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

 a { background-color: rgb(214,45,60); }

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

border-color css

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

 span { border-color: rgb(214,45,60); }

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