Html Css Color HEX #D92F3D Alizarin

📋 copy color: '#D92F3D'

red 217 ◦ green 47 ◦ blue 61

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

Shades of Alizarin #D92F3D

Tints of Alizarin #D92F3D

RGB

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

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

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

R = 66.77%
G = 14.46%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D92F3D (or 0xD92F3D) is known color: Alizarin. HEX triplet: D9, 2F and 3D. RGB value is (217,47,61). Sum of RGB (Red+Green+Blue) = 217+47+61=325 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.77% from 325); Green value is 47 (18.75% from 255 or 14.46% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92F3D is #26D0C2. Grayscale: #636363. Windows color (decimal): -2543811 or 4009945. OLE color: 4009945.

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

Color convert

RGB 217 47 61 -
CMYK 0 0.78 0.72 0.15
HSL 355.06º 0.69% 0.52% -
HSV(B) 355.06º 0.78% 0.85% -
XYZ 30.47 17.12 6.11 -
YUV 99.43 106.32 211.86 -
System Red Green Blue C M Y K H S L
Decimal 217 47 61 0 0.78 0.72 0.15 355.06 0.69 0.52
Hex D9 2F 3D 0 4E 48 F 163 45 34
Octal 331 57 75 0 116 110 17 543 105 64
Binary 11011001 101111 111101 0 1001110 1001000 1111 101100011 1000101 110100

Color Harmonies of #D92F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92F3D

Black with #D92F3D

Text Example


Text Example

White with #D92F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92F3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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