Html Css Color HEX #D62D3B Alizarin

📋 copy color: '#D62D3B'

red 214 ◦ green 45 ◦ blue 59

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

Shades of Alizarin #D62D3B

Tints of Alizarin #D62D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.55%

R = 67.3%
G = 14.15%
B = 18.55%

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

#D62D3B (or 0xD62D3B) is known color: Alizarin. HEX triplet: D6, 2D and 3B. RGB value is (214,45,59). Sum of RGB (Red+Green+Blue) = 214+45+59=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D62D3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62D3B is #29D2C4. Grayscale: #616161. Windows color (decimal): -2740933 or 3878358. OLE color: 3878358.

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

Color convert

RGB 214 45 59 -
CMYK 0 0.79 0.72 0.16
HSL 355.03º 0.67% 0.51% -
HSV(B) 355.03º 0.79% 0.84% -
XYZ 29.46 16.49 5.77 -
YUV 97.13 106.49 211.36 -
System Red Green Blue C M Y K H S L
Decimal 214 45 59 0 0.79 0.72 0.16 355.03 0.67 0.51
Hex D6 2D 3B 0 4F 48 10 163 43 33
Octal 326 55 73 0 117 110 20 543 103 63
Binary 11010110 101101 111011 0 1001111 1001000 10000 101100011 1000011 110011

Color Harmonies of #D62D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62D3B

Black with #D62D3B

Text Example


Text Example

White with #D62D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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