Html Css Color HEX #D9263D Alizarin

📋 copy color: '#D9263D'

red 217 ◦ green 38 ◦ blue 61

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

Shades of Alizarin #D9263D

Tints of Alizarin #D9263D

RGB

 RED value IS 217 (85.16% from 255) = 68.67%

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

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

R = 68.67%
G = 12.03%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9263D (or 0xD9263D) is known color: Alizarin. HEX triplet: D9, 26 and 3D. RGB value is (217,38,61). Sum of RGB (Red+Green+Blue) = 217+38+61=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D9263D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9263D is #26D9C2. Grayscale: #5E5E5E. Windows color (decimal): -2546115 or 4007641. OLE color: 4007641.

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

Color convert

RGB 217 38 61 -
CMYK 0 0.82 0.72 0.15
HSL 352.29º 0.7% 0.5% -
HSV(B) 352.29º 0.82% 0.85% -
XYZ 30.15 16.47 6.01 -
YUV 94.14 109.3 215.63 -
System Red Green Blue C M Y K H S L
Decimal 217 38 61 0 0.82 0.72 0.15 352.29 0.7 0.5
Hex D9 26 3D 0 52 48 F 160 46 32
Octal 331 46 75 0 122 110 17 540 106 62
Binary 11011001 100110 111101 0 1010010 1001000 1111 101100000 1000110 110010

Color Harmonies of #D9263D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9263D

Black with #D9263D

Text Example


Text Example

White with #D9263D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9263D; }

 p { color: rgb(217,38,61); }

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

background-color css

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

 a { background-color: rgb(217,38,61); }

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

border-color css

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

 span { border-color: rgb(217,38,61); }

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