Html Css Color HEX #D6253E Alizarin

📋 copy color: '#D6253E'

red 214 ◦ green 37 ◦ blue 62

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

Shades of Alizarin #D6253E

Tints of Alizarin #D6253E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.82%

 BLUE value IS 62 (24.61% from 255) = 19.81%

R = 68.37%
G = 11.82%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6253E (or 0xD6253E) is known color: Alizarin. HEX triplet: D6, 25 and 3E. RGB value is (214,37,62). Sum of RGB (Red+Green+Blue) = 214+37+62=313 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.37% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 214 - color contains mainly: red. Hex color #D6253E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6253E is #29DAC1. Grayscale: #5C5C5C. Windows color (decimal): -2742978 or 4072918. OLE color: 4072918.

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

Color convert

RGB 214 37 62 -
CMYK 0 0.83 0.71 0.16
HSL 351.53º 0.71% 0.49% -
HSV(B) 351.53º 0.83% 0.84% -
XYZ 29.26 15.97 6.1 -
YUV 92.77 110.64 214.47 -
System Red Green Blue C M Y K H S L
Decimal 214 37 62 0 0.83 0.71 0.16 351.53 0.71 0.49
Hex D6 25 3E 0 53 47 10 160 47 31
Octal 326 45 76 0 123 107 20 540 107 61
Binary 11010110 100101 111110 0 1010011 1000111 10000 101100000 1000111 110001

Color Harmonies of #D6253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6253E

Black with #D6253E

Text Example


Text Example

White with #D6253E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6253E; }

 p { color: rgb(214,37,62); }

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

background-color css

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

 a { background-color: rgb(214,37,62); }

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

border-color css

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

 span { border-color: rgb(214,37,62); }

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