Html Css Color HEX #D91343 Crimson

📋 copy color: '#D91343'

red 217 ◦ green 19 ◦ blue 67

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

Shades of Crimson #D91343

Tints of Crimson #D91343

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.27%

 BLUE value IS 67 (26.56% from 255) = 22.11%

R = 71.62%
G = 6.27%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D91343 (or 0xD91343) is known color: Crimson. HEX triplet: D9, 13 and 43. RGB value is (217,19,67). Sum of RGB (Red+Green+Blue) = 217+19+67=303 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.62% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 67 (26.56% from 255 or 22.11% from 303); Max value from RGB is 217 - color contains mainly: red. Hex color #D91343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91343 is #26ECBC. Grayscale: #535353. Windows color (decimal): -2550973 or 4395993. OLE color: 4395993.

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

Color convert

RGB 217 19 67 -
CMYK 0 0.91 0.69 0.15
HSL 345.45º 0.84% 0.46% -
HSV(B) 345.45º 0.91% 0.85% -
XYZ 29.86 15.62 6.75 -
YUV 83.67 118.6 223.1 -
System Red Green Blue C M Y K H S L
Decimal 217 19 67 0 0.91 0.69 0.15 345.45 0.84 0.46
Hex D9 13 43 0 5B 45 F 159 54 2E
Octal 331 23 103 0 133 105 17 531 124 56
Binary 11011001 10011 1000011 0 1011011 1000101 1111 101011001 1010100 101110

Color Harmonies of #D91343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91343

Black with #D91343

Text Example


Text Example

White with #D91343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91343; }

 p { color: rgb(217,19,67); }

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

background-color css

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

 a { background-color: rgb(217,19,67); }

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

border-color css

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

 span { border-color: rgb(217,19,67); }

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