Html Css Color HEX #D6253D Alizarin

📋 copy color: '#D6253D'

red 214 ◦ green 37 ◦ blue 61

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

Shades of Alizarin #D6253D

Tints of Alizarin #D6253D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.55%

R = 68.59%
G = 11.86%
B = 19.55%

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

#D6253D (or 0xD6253D) is known color: Alizarin. HEX triplet: D6, 25 and 3D. RGB value is (214,37,61). Sum of RGB (Red+Green+Blue) = 214+37+61=312 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.59% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 214 - color contains mainly: red. Hex color #D6253D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6253D is #29DAC2. Grayscale: #5C5C5C. Windows color (decimal): -2742979 or 4007382. OLE color: 4007382.

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

Color convert

RGB 214 37 61 -
CMYK 0 0.83 0.71 0.16
HSL 351.86º 0.71% 0.49% -
HSV(B) 351.86º 0.83% 0.84% -
XYZ 29.24 15.96 5.95 -
YUV 92.66 110.14 214.55 -
System Red Green Blue C M Y K H S L
Decimal 214 37 61 0 0.83 0.71 0.16 351.86 0.71 0.49
Hex D6 25 3D 0 53 47 10 160 47 31
Octal 326 45 75 0 123 107 20 540 107 61
Binary 11010110 100101 111101 0 1010011 1000111 10000 101100000 1000111 110001

Color Harmonies of #D6253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6253D

Black with #D6253D

Text Example


Text Example

White with #D6253D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6253D; }

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

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

background-color css

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

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

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

border-color css

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

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

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