Html Css Color HEX #D92047 Crimson

📋 copy color: '#D92047'

red 217 ◦ green 32 ◦ blue 71

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

Shades of Crimson #D92047

Tints of Crimson #D92047

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10%

 BLUE value IS 71 (28.13% from 255) = 22.19%

R = 67.81%
G = 10%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D92047 (or 0xD92047) is known color: Crimson. HEX triplet: D9, 20 and 47. RGB value is (217,32,71). Sum of RGB (Red+Green+Blue) = 217+32+71=320 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.81% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 217 - color contains mainly: red. Hex color #D92047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92047 is #26DFB8. Grayscale: #5B5B5B. Windows color (decimal): -2547641 or 4661465. OLE color: 4661465.

HSL color Cylindrical-coordinate representation of color #D92047: hue angle of 347.35º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D92047 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 32 71 -
CMYK 0 0.85 0.67 0.15
HSL 347.35º 0.74% 0.49% -
HSV(B) 347.35º 0.85% 0.85% -
XYZ 30.27 16.24 7.5 -
YUV 91.76 116.29 217.33 -
System Red Green Blue C M Y K H S L
Decimal 217 32 71 0 0.85 0.67 0.15 347.35 0.74 0.49
Hex D9 20 47 0 55 43 F 15B 4A 31
Octal 331 40 107 0 125 103 17 533 112 61
Binary 11011001 100000 1000111 0 1010101 1000011 1111 101011011 1001010 110001

Color Harmonies of #D92047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92047

Black with #D92047

Text Example


Text Example

White with #D92047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92047; }

 p { color: rgb(217,32,71); }

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

background-color css

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

 a { background-color: rgb(217,32,71); }

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

border-color css

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

 span { border-color: rgb(217,32,71); }

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