Html Css Color HEX #D91942 Crimson

📋 copy color: '#D91942'

red 217 ◦ green 25 ◦ blue 66

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

Shades of Crimson #D91942

Tints of Crimson #D91942

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.12%

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

R = 70.45%
G = 8.12%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D91942 (or 0xD91942) is known color: Crimson. HEX triplet: D9, 19 and 42. RGB value is (217,25,66). Sum of RGB (Red+Green+Blue) = 217+25+66=308 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.45% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 217 - color contains mainly: red. Hex color #D91942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91942 is #26E6BD. Grayscale: #575757. Windows color (decimal): -2549438 or 4331993. OLE color: 4331993.

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

Color convert

RGB 217 25 66 -
CMYK 0 0.88 0.70 0.15
HSL 347.19º 0.79% 0.47% -
HSV(B) 347.19º 0.88% 0.85% -
XYZ 29.95 15.84 6.63 -
YUV 87.08 116.11 220.67 -
System Red Green Blue C M Y K H S L
Decimal 217 25 66 0 0.88 0.70 0.15 347.19 0.79 0.47
Hex D9 19 42 0 58 46 F 15B 4F 2F
Octal 331 31 102 0 130 106 17 533 117 57
Binary 11011001 11001 1000010 0 1011000 1000110 1111 101011011 1001111 101111

Color Harmonies of #D91942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91942

Black with #D91942

Text Example


Text Example

White with #D91942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91942; }

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

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

background-color css

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

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

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

border-color css

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

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

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