Html Css Color HEX #D91842 Crimson

📋 copy color: '#D91842'

red 217 ◦ green 24 ◦ blue 66

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

Shades of Crimson #D91842

Tints of Crimson #D91842

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.82%

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

R = 70.68%
G = 7.82%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D91842 (or 0xD91842) is known color: Crimson. HEX triplet: D9, 18 and 42. RGB value is (217,24,66). Sum of RGB (Red+Green+Blue) = 217+24+66=307 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.68% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 217 - color contains mainly: red. Hex color #D91842 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91842 is #26E7BD. Grayscale: #565656. Windows color (decimal): -2549694 or 4331737. OLE color: 4331737.

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

Color convert

RGB 217 24 66 -
CMYK 0 0.89 0.70 0.15
HSL 346.94º 0.8% 0.47% -
HSV(B) 346.94º 0.89% 0.85% -
XYZ 29.93 15.8 6.63 -
YUV 86.5 116.44 221.08 -
System Red Green Blue C M Y K H S L
Decimal 217 24 66 0 0.89 0.70 0.15 346.94 0.8 0.47
Hex D9 18 42 0 59 46 F 15B 50 2F
Octal 331 30 102 0 131 106 17 533 120 57
Binary 11011001 11000 1000010 0 1011001 1000110 1111 101011011 1010000 101111

Color Harmonies of #D91842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91842

Black with #D91842

Text Example


Text Example

White with #D91842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91842; }

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

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

background-color css

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

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

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

border-color css

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

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

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