Html Css Color HEX #D91036 Crimson

📋 copy color: '#D91036'

red 217 ◦ green 16 ◦ blue 54

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

Shades of Crimson #D91036

Tints of Crimson #D91036

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.57%

 BLUE value IS 54 (21.48% from 255) = 18.82%

R = 75.61%
G = 5.57%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D91036 (or 0xD91036) is known color: Crimson. HEX triplet: D9, 10 and 36. RGB value is (217,16,54). Sum of RGB (Red+Green+Blue) = 217+16+54=287 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.61% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 54 (21.48% from 255 or 18.82% from 287); Max value from RGB is 217 - color contains mainly: red. Hex color #D91036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91036 is #26EFC9. Grayscale: #505050. Windows color (decimal): -2551754 or 3543257. OLE color: 3543257.

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

Color convert

RGB 217 16 54 -
CMYK 0 0.93 0.75 0.15
HSL 348.66º 0.86% 0.46% -
HSV(B) 348.66º 0.93% 0.85% -
XYZ 29.47 15.39 4.91 -
YUV 80.43 113.09 225.41 -
System Red Green Blue C M Y K H S L
Decimal 217 16 54 0 0.93 0.75 0.15 348.66 0.86 0.46
Hex D9 10 36 0 5D 4B F 15D 56 2E
Octal 331 20 66 0 135 113 17 535 126 56
Binary 11011001 10000 110110 0 1011101 1001011 1111 101011101 1010110 101110

Color Harmonies of #D91036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91036

Black with #D91036

Text Example


Text Example

White with #D91036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91036; }

 p { color: rgb(217,16,54); }

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

background-color css

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

 a { background-color: rgb(217,16,54); }

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

border-color css

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

 span { border-color: rgb(217,16,54); }

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