Html Css Color HEX #D9262D Alizarin

📋 copy color: '#D9262D'

red 217 ◦ green 38 ◦ blue 45

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

Shades of Alizarin #D9262D

Tints of Alizarin #D9262D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15%

R = 72.33%
G = 12.67%
B = 15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D9262D (or 0xD9262D) is known color: Alizarin. HEX triplet: D9, 26 and 2D. RGB value is (217,38,45). Sum of RGB (Red+Green+Blue) = 217+38+45=300 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.33% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 217 - color contains mainly: red. Hex color #D9262D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9262D is #26D9D2. Grayscale: #5C5C5C. Windows color (decimal): -2546131 or 2959065. OLE color: 2959065.

HSL color Cylindrical-coordinate representation of color #D9262D: hue angle of 357.65º 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 #D9262D is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 38 45 -
CMYK 0 0.82 0.79 0.15
HSL 357.65º 0.7% 0.5% -
HSV(B) 357.65º 0.82% 0.85% -
XYZ 29.78 16.33 4.06 -
YUV 92.32 101.3 216.93 -
System Red Green Blue C M Y K H S L
Decimal 217 38 45 0 0.82 0.79 0.15 357.65 0.7 0.5
Hex D9 26 2D 0 52 4F F 166 46 32
Octal 331 46 55 0 122 117 17 546 106 62
Binary 11011001 100110 101101 0 1010010 1001111 1111 101100110 1000110 110010

Color Harmonies of #D9262D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9262D

Black with #D9262D

Text Example


Text Example

White with #D9262D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9262D; }

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

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

background-color css

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

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

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

border-color css

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

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

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