Html Css Color HEX #D91742 Crimson

📋 copy color: '#D91742'

red 217 ◦ green 23 ◦ blue 66

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

Shades of Crimson #D91742

Tints of Crimson #D91742

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.52%

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

R = 70.92%
G = 7.52%
B = 21.57%

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

#D91742 (or 0xD91742) is known color: Crimson. HEX triplet: D9, 17 and 42. RGB value is (217,23,66). Sum of RGB (Red+Green+Blue) = 217+23+66=306 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.92% from 306); Green value is 23 (9.38% from 255 or 7.52% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 217 - color contains mainly: red. Hex color #D91742 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91742 is #26E8BD. Grayscale: #555555. Windows color (decimal): -2549950 or 4331481. OLE color: 4331481.

HSL color Cylindrical-coordinate representation of color #D91742: hue angle of 346.7º degrees, saturation: 0.81, 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 #D91742 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 23 66 -
CMYK 0 0.89 0.70 0.15
HSL 346.7º 0.81% 0.47% -
HSV(B) 346.7º 0.89% 0.85% -
XYZ 29.91 15.76 6.62 -
YUV 85.91 116.77 221.5 -
System Red Green Blue C M Y K H S L
Decimal 217 23 66 0 0.89 0.70 0.15 346.7 0.81 0.47
Hex D9 17 42 0 59 46 F 15B 51 2F
Octal 331 27 102 0 131 106 17 533 121 57
Binary 11011001 10111 1000010 0 1011001 1000110 1111 101011011 1010001 101111

Color Harmonies of #D91742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91742

Black with #D91742

Text Example


Text Example

White with #D91742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91742; }

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

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

background-color css

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

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

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

border-color css

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

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

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