Html Css Color HEX #D91542 Crimson

📋 copy color: '#D91542'

red 217 ◦ green 21 ◦ blue 66

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

Shades of Crimson #D91542

Tints of Crimson #D91542

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.91%

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

R = 71.38%
G = 6.91%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D91542 (or 0xD91542) is known color: Crimson. HEX triplet: D9, 15 and 42. RGB value is (217,21,66). Sum of RGB (Red+Green+Blue) = 217+21+66=304 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.38% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 217 - color contains mainly: red. Hex color #D91542 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91542 is #26EABD. Grayscale: #545454. Windows color (decimal): -2550462 or 4330969. OLE color: 4330969.

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

Color convert

RGB 217 21 66 -
CMYK 0 0.90 0.70 0.15
HSL 346.22º 0.82% 0.47% -
HSV(B) 346.22º 0.9% 0.85% -
XYZ 29.87 15.68 6.61 -
YUV 84.73 117.43 222.34 -
System Red Green Blue C M Y K H S L
Decimal 217 21 66 0 0.90 0.70 0.15 346.22 0.82 0.47
Hex D9 15 42 0 5A 46 F 15A 52 2F
Octal 331 25 102 0 132 106 17 532 122 57
Binary 11011001 10101 1000010 0 1011010 1000110 1111 101011010 1010010 101111

Color Harmonies of #D91542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91542

Black with #D91542

Text Example


Text Example

White with #D91542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91542; }

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

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

background-color css

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

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

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

border-color css

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

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

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