Html Css Color HEX #D6273B Alizarin

📋 copy color: '#D6273B'

red 214 ◦ green 39 ◦ blue 59

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

Shades of Alizarin #D6273B

Tints of Alizarin #D6273B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.5%

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

R = 68.59%
G = 12.5%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6273B (or 0xD6273B) is known color: Alizarin. HEX triplet: D6, 27 and 3B. RGB value is (214,39,59). Sum of RGB (Red+Green+Blue) = 214+39+59=312 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.59% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 214 - color contains mainly: red. Hex color #D6273B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6273B is #29D8C4. Grayscale: #5D5D5D. Windows color (decimal): -2742469 or 3876822. OLE color: 3876822.

HSL color Cylindrical-coordinate representation of color #D6273B: hue angle of 353.14º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D6273B is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 39 59 -
CMYK 0 0.82 0.72 0.16
HSL 353.14º 0.69% 0.5% -
HSV(B) 353.14º 0.82% 0.84% -
XYZ 29.25 16.06 5.7 -
YUV 93.61 108.48 213.87 -
System Red Green Blue C M Y K H S L
Decimal 214 39 59 0 0.82 0.72 0.16 353.14 0.69 0.5
Hex D6 27 3B 0 52 48 10 161 45 32
Octal 326 47 73 0 122 110 20 541 105 62
Binary 11010110 100111 111011 0 1010010 1001000 10000 101100001 1000101 110010

Color Harmonies of #D6273B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6273B

Black with #D6273B

Text Example


Text Example

White with #D6273B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6273B; }

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

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

background-color css

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

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

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

border-color css

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

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

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