Html Css Color HEX #D6253C Alizarin

📋 copy color: '#D6253C'

red 214 ◦ green 37 ◦ blue 60

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

Shades of Alizarin #D6253C

Tints of Alizarin #D6253C

RGB

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

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

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

R = 68.81%
G = 11.9%
B = 19.29%

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

#D6253C (or 0xD6253C) is known color: Alizarin. HEX triplet: D6, 25 and 3C. RGB value is (214,37,60). Sum of RGB (Red+Green+Blue) = 214+37+60=311 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.81% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 214 - color contains mainly: red. Hex color #D6253C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6253C is #29DAC3. Grayscale: #5C5C5C. Windows color (decimal): -2742980 or 3941846. OLE color: 3941846.

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

Color convert

RGB 214 37 60 -
CMYK 0 0.83 0.72 0.16
HSL 352.2º 0.71% 0.49% -
HSV(B) 352.2º 0.83% 0.84% -
XYZ 29.21 15.95 5.81 -
YUV 92.55 109.64 214.63 -
System Red Green Blue C M Y K H S L
Decimal 214 37 60 0 0.83 0.72 0.16 352.2 0.71 0.49
Hex D6 25 3C 0 53 48 10 160 47 31
Octal 326 45 74 0 123 110 20 540 107 61
Binary 11010110 100101 111100 0 1010011 1001000 10000 101100000 1000111 110001

Color Harmonies of #D6253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6253C

Black with #D6253C

Text Example


Text Example

White with #D6253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6253C; }

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

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

background-color css

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

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

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

border-color css

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

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

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