Html Css Color HEX #D62235 Alizarin

📋 copy color: '#D62235'

red 214 ◦ green 34 ◦ blue 53

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

Shades of Alizarin #D62235

Tints of Alizarin #D62235

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.3%

 BLUE value IS 53 (21.09% from 255) = 17.61%

R = 71.1%
G = 11.3%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D62235 (or 0xD62235) is known color: Alizarin. HEX triplet: D6, 22 and 35. RGB value is (214,34,53). Sum of RGB (Red+Green+Blue) = 214+34+53=301 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.10% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 214 - color contains mainly: red. Hex color #D62235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62235 is #29DDCA. Grayscale: #5A5A5A. Windows color (decimal): -2743755 or 3482326. OLE color: 3482326.

HSL color Cylindrical-coordinate representation of color #D62235: hue angle of 353.67º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D62235 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 34 53 -
CMYK 0 0.84 0.75 0.16
HSL 353.67º 0.73% 0.49% -
HSV(B) 353.67º 0.84% 0.84% -
XYZ 28.95 15.7 4.87 -
YUV 89.99 107.13 216.46 -
System Red Green Blue C M Y K H S L
Decimal 214 34 53 0 0.84 0.75 0.16 353.67 0.73 0.49
Hex D6 22 35 0 54 4B 10 162 49 31
Octal 326 42 65 0 124 113 20 542 111 61
Binary 11010110 100010 110101 0 1010100 1001011 10000 101100010 1001001 110001

Color Harmonies of #D62235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62235

Black with #D62235

Text Example


Text Example

White with #D62235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62235; }

 p { color: rgb(214,34,53); }

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

background-color css

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

 a { background-color: rgb(214,34,53); }

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

border-color css

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

 span { border-color: rgb(214,34,53); }

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