Html Css Color HEX #D62A3C Alizarin

📋 copy color: '#D62A3C'

red 214 ◦ green 42 ◦ blue 60

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

Shades of Alizarin #D62A3C

Tints of Alizarin #D62A3C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.29%

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

R = 67.72%
G = 13.29%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D62A3C (or 0xD62A3C) is known color: Alizarin. HEX triplet: D6, 2A and 3C. RGB value is (214,42,60). Sum of RGB (Red+Green+Blue) = 214+42+60=316 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.72% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 214 - color contains mainly: red. Hex color #D62A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62A3C is #29D5C3. Grayscale: #5F5F5F. Windows color (decimal): -2741700 or 3943126. OLE color: 3943126.

HSL color Cylindrical-coordinate representation of color #D62A3C: hue angle of 353.72º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62A3C is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 42 60 -
CMYK 0 0.80 0.72 0.16
HSL 353.72º 0.68% 0.5% -
HSV(B) 353.72º 0.8% 0.84% -
XYZ 29.38 16.28 5.87 -
YUV 95.48 107.98 212.54 -
System Red Green Blue C M Y K H S L
Decimal 214 42 60 0 0.80 0.72 0.16 353.72 0.68 0.5
Hex D6 2A 3C 0 50 48 10 162 44 32
Octal 326 52 74 0 120 110 20 542 104 62
Binary 11010110 101010 111100 0 1010000 1001000 10000 101100010 1000100 110010

Color Harmonies of #D62A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62A3C

Black with #D62A3C

Text Example


Text Example

White with #D62A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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