Html Css Color HEX #D91242 Crimson

📋 copy color: '#D91242'

red 217 ◦ green 18 ◦ blue 66

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

Shades of Crimson #D91242

Tints of Crimson #D91242

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.98%

 BLUE value IS 66 (26.17% from 255) = 21.93%

R = 72.09%
G = 5.98%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D91242 (or 0xD91242) is known color: Crimson. HEX triplet: D9, 12 and 42. RGB value is (217,18,66). Sum of RGB (Red+Green+Blue) = 217+18+66=301 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.09% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 217 - color contains mainly: red. Hex color #D91242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91242 is #26EDBD. Grayscale: #525252. Windows color (decimal): -2551230 or 4330201. OLE color: 4330201.

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

Color convert

RGB 217 18 66 -
CMYK 0 0.92 0.70 0.15
HSL 345.53º 0.85% 0.46% -
HSV(B) 345.53º 0.92% 0.85% -
XYZ 29.81 15.58 6.59 -
YUV 82.97 118.43 223.6 -
System Red Green Blue C M Y K H S L
Decimal 217 18 66 0 0.92 0.70 0.15 345.53 0.85 0.46
Hex D9 12 42 0 5C 46 F 15A 55 2E
Octal 331 22 102 0 134 106 17 532 125 56
Binary 11011001 10010 1000010 0 1011100 1000110 1111 101011010 1010101 101110

Color Harmonies of #D91242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91242

Black with #D91242

Text Example


Text Example

White with #D91242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91242; }

 p { color: rgb(217,18,66); }

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

background-color css

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

 a { background-color: rgb(217,18,66); }

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

border-color css

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

 span { border-color: rgb(217,18,66); }

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