Html Css Color HEX #D91B46 Crimson

📋 copy color: '#D91B46'

red 217 ◦ green 27 ◦ blue 70

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

Shades of Crimson #D91B46

Tints of Crimson #D91B46

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.6%

 BLUE value IS 70 (27.73% from 255) = 22.29%

R = 69.11%
G = 8.6%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D91B46 (or 0xD91B46) is known color: Crimson. HEX triplet: D9, 1B and 46. RGB value is (217,27,70). Sum of RGB (Red+Green+Blue) = 217+27+70=314 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.11% from 314); Green value is 27 (10.94% from 255 or 8.60% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 217 - color contains mainly: red. Hex color #D91B46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91B46 is #26E4B9. Grayscale: #585858. Windows color (decimal): -2548922 or 4594649. OLE color: 4594649.

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

Color convert

RGB 217 27 70 -
CMYK 0 0.88 0.68 0.15
HSL 346.42º 0.78% 0.48% -
HSV(B) 346.42º 0.88% 0.85% -
XYZ 30.11 15.98 7.29 -
YUV 88.71 117.45 219.5 -
System Red Green Blue C M Y K H S L
Decimal 217 27 70 0 0.88 0.68 0.15 346.42 0.78 0.48
Hex D9 1B 46 0 58 44 F 15A 4E 30
Octal 331 33 106 0 130 104 17 532 116 60
Binary 11011001 11011 1000110 0 1011000 1000100 1111 101011010 1001110 110000

Color Harmonies of #D91B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91B46

Black with #D91B46

Text Example


Text Example

White with #D91B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91B46; }

 p { color: rgb(217,27,70); }

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

background-color css

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

 a { background-color: rgb(217,27,70); }

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

border-color css

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

 span { border-color: rgb(217,27,70); }

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