Html Css Color HEX #D91239 Crimson

📋 copy color: '#D91239'

red 217 ◦ green 18 ◦ blue 57

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

Shades of Crimson #D91239

Tints of Crimson #D91239

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.16%

 BLUE value IS 57 (22.66% from 255) = 19.52%

R = 74.32%
G = 6.16%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D91239 (or 0xD91239) is known color: Crimson. HEX triplet: D9, 12 and 39. RGB value is (217,18,57). Sum of RGB (Red+Green+Blue) = 217+18+57=292 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.32% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 57 (22.66% from 255 or 19.52% from 292); Max value from RGB is 217 - color contains mainly: red. Hex color #D91239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91239 is #26EDC6. Grayscale: #515151. Windows color (decimal): -2551239 or 3740377. OLE color: 3740377.

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

Color convert

RGB 217 18 57 -
CMYK 0 0.92 0.74 0.15
HSL 348.24º 0.85% 0.46% -
HSV(B) 348.24º 0.92% 0.85% -
XYZ 29.57 15.48 5.3 -
YUV 81.95 113.93 224.33 -
System Red Green Blue C M Y K H S L
Decimal 217 18 57 0 0.92 0.74 0.15 348.24 0.85 0.46
Hex D9 12 39 0 5C 4A F 15C 55 2E
Octal 331 22 71 0 134 112 17 534 125 56
Binary 11011001 10010 111001 0 1011100 1001010 1111 101011100 1010101 101110

Color Harmonies of #D91239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91239

Black with #D91239

Text Example


Text Example

White with #D91239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91239; }

 p { color: rgb(217,18,57); }

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

background-color css

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

 a { background-color: rgb(217,18,57); }

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

border-color css

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

 span { border-color: rgb(217,18,57); }

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