Html Css Color HEX #D5263B Alizarin

📋 copy color: '#D5263B'

red 213 ◦ green 38 ◦ blue 59

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

Shades of Alizarin #D5263B

Tints of Alizarin #D5263B

RGB

 RED value IS 213 (83.59% from 255) = 68.71%

 GREEN value IS 38 (15.23% from 255) = 12.26%

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

R = 68.71%
G = 12.26%
B = 19.03%

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

#D5263B (or 0xD5263B) is known color: Alizarin. HEX triplet: D5, 26 and 3B. RGB value is (213,38,59). Sum of RGB (Red+Green+Blue) = 213+38+59=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D5263B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5263B is #2AD9C4. Grayscale: #5C5C5C. Windows color (decimal): -2808261 or 3876565. OLE color: 3876565.

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

Color convert

RGB 213 38 59 -
CMYK 0 0.82 0.72 0.16
HSL 352.8º 0.7% 0.49% -
HSV(B) 352.8º 0.82% 0.84% -
XYZ 28.92 15.85 5.67 -
YUV 92.72 108.98 213.79 -
System Red Green Blue C M Y K H S L
Decimal 213 38 59 0 0.82 0.72 0.16 352.8 0.7 0.49
Hex D5 26 3B 0 52 48 10 161 46 31
Octal 325 46 73 0 122 110 20 541 106 61
Binary 11010101 100110 111011 0 1010010 1001000 10000 101100001 1000110 110001

Color Harmonies of #D5263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5263B

Black with #D5263B

Text Example


Text Example

White with #D5263B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5263B; }

 p { color: rgb(213,38,59); }

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

background-color css

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

 a { background-color: rgb(213,38,59); }

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

border-color css

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

 span { border-color: rgb(213,38,59); }

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