Html Css Color HEX #D6253B Alizarin

📋 copy color: '#D6253B'

red 214 ◦ green 37 ◦ blue 59

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

Shades of Alizarin #D6253B

Tints of Alizarin #D6253B

RGB

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

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

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

R = 69.03%
G = 11.94%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6253B (or 0xD6253B) is known color: Alizarin. HEX triplet: D6, 25 and 3B. RGB value is (214,37,59). Sum of RGB (Red+Green+Blue) = 214+37+59=310 (41% of max value = 765). Red value is 214 (83.98% from 255 or 69.03% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 214 - color contains mainly: red. Hex color #D6253B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6253B is #29DAC4. Grayscale: #5C5C5C. Windows color (decimal): -2742981 or 3876310. OLE color: 3876310.

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

Color convert

RGB 214 37 59 -
CMYK 0 0.83 0.72 0.16
HSL 352.54º 0.71% 0.49% -
HSV(B) 352.54º 0.83% 0.84% -
XYZ 29.18 15.94 5.68 -
YUV 92.43 109.14 214.71 -
System Red Green Blue C M Y K H S L
Decimal 214 37 59 0 0.83 0.72 0.16 352.54 0.71 0.49
Hex D6 25 3B 0 53 48 10 161 47 31
Octal 326 45 73 0 123 110 20 541 107 61
Binary 11010110 100101 111011 0 1010011 1001000 10000 101100001 1000111 110001

Color Harmonies of #D6253B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6253B

Black with #D6253B

Text Example


Text Example

White with #D6253B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6253B; }

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

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

background-color css

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

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

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

border-color css

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

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

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