Html Css Color HEX #D92F41 Alizarin

📋 copy color: '#D92F41'

red 217 ◦ green 47 ◦ blue 65

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

Shades of Alizarin #D92F41

Tints of Alizarin #D92F41

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.29%

 BLUE value IS 65 (25.78% from 255) = 19.76%

R = 65.96%
G = 14.29%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D92F41 (or 0xD92F41) is known color: Alizarin. HEX triplet: D9, 2F and 41. RGB value is (217,47,65). Sum of RGB (Red+Green+Blue) = 217+47+65=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92F41 is #26D0BE. Grayscale: #636363. Windows color (decimal): -2543807 or 4272089. OLE color: 4272089.

HSL color Cylindrical-coordinate representation of color #D92F41: hue angle of 353.65º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D92F41 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 47 65 -
CMYK 0 0.78 0.70 0.15
HSL 353.65º 0.69% 0.52% -
HSV(B) 353.65º 0.78% 0.85% -
XYZ 30.59 17.17 6.7 -
YUV 99.88 108.32 211.54 -
System Red Green Blue C M Y K H S L
Decimal 217 47 65 0 0.78 0.70 0.15 353.65 0.69 0.52
Hex D9 2F 41 0 4E 46 F 162 45 34
Octal 331 57 101 0 116 106 17 542 105 64
Binary 11011001 101111 1000001 0 1001110 1000110 1111 101100010 1000101 110100

Color Harmonies of #D92F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92F41

Black with #D92F41

Text Example


Text Example

White with #D92F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92F41; }

 p { color: rgb(217,47,65); }

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

background-color css

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

 a { background-color: rgb(217,47,65); }

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

border-color css

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

 span { border-color: rgb(217,47,65); }

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