Html Css Color HEX #D6252F Alizarin

📋 copy color: '#D6252F'

red 214 ◦ green 37 ◦ blue 47

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

Shades of Alizarin #D6252F

Tints of Alizarin #D6252F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.77%

R = 71.81%
G = 12.42%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6252F (or 0xD6252F) is known color: Alizarin. HEX triplet: D6, 25 and 2F. RGB value is (214,37,47). Sum of RGB (Red+Green+Blue) = 214+37+47=298 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.81% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 214 - color contains mainly: red. Hex color #D6252F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6252F is #29DAD0. Grayscale: #5B5B5B. Windows color (decimal): -2742993 or 3089878. OLE color: 3089878.

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

Color convert

RGB 214 37 47 -
CMYK 0 0.83 0.78 0.16
HSL 356.61º 0.71% 0.49% -
HSV(B) 356.61º 0.83% 0.84% -
XYZ 28.91 15.82 4.22 -
YUV 91.06 103.14 215.69 -
System Red Green Blue C M Y K H S L
Decimal 214 37 47 0 0.83 0.78 0.16 356.61 0.71 0.49
Hex D6 25 2F 0 53 4E 10 165 47 31
Octal 326 45 57 0 123 116 20 545 107 61
Binary 11010110 100101 101111 0 1010011 1001110 10000 101100101 1000111 110001

Color Harmonies of #D6252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6252F

Black with #D6252F

Text Example


Text Example

White with #D6252F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6252F; }

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

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

background-color css

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

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

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

border-color css

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

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

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