Html Css Color HEX #D91638 Crimson

📋 copy color: '#D91638'

red 217 ◦ green 22 ◦ blue 56

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

Shades of Crimson #D91638

Tints of Crimson #D91638

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.46%

 BLUE value IS 56 (22.27% from 255) = 18.98%

R = 73.56%
G = 7.46%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D91638 (or 0xD91638) is known color: Crimson. HEX triplet: D9, 16 and 38. RGB value is (217,22,56). Sum of RGB (Red+Green+Blue) = 217+22+56=295 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.56% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 217 - color contains mainly: red. Hex color #D91638 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91638 is #26E9C7. Grayscale: #545454. Windows color (decimal): -2550216 or 3675865. OLE color: 3675865.

HSL color Cylindrical-coordinate representation of color #D91638: hue angle of 349.54º 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 #D91638 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 22 56 -
CMYK 0 0.90 0.74 0.15
HSL 349.54º 0.82% 0.47% -
HSV(B) 349.54º 0.9% 0.85% -
XYZ 29.62 15.61 5.19 -
YUV 84.18 112.1 222.74 -
System Red Green Blue C M Y K H S L
Decimal 217 22 56 0 0.90 0.74 0.15 349.54 0.82 0.47
Hex D9 16 38 0 5A 4A F 15E 52 2F
Octal 331 26 70 0 132 112 17 536 122 57
Binary 11011001 10110 111000 0 1011010 1001010 1111 101011110 1010010 101111

Color Harmonies of #D91638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91638

Black with #D91638

Text Example


Text Example

White with #D91638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91638; }

 p { color: rgb(217,22,56); }

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

background-color css

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

 a { background-color: rgb(217,22,56); }

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

border-color css

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

 span { border-color: rgb(217,22,56); }

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