Html Css Color HEX #D91640 Crimson

📋 copy color: '#D91640'

red 217 ◦ green 22 ◦ blue 64

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

Shades of Crimson #D91640

Tints of Crimson #D91640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.12%

R = 71.62%
G = 7.26%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D91640 (or 0xD91640) is known color: Crimson. HEX triplet: D9, 16 and 40. RGB value is (217,22,64). Sum of RGB (Red+Green+Blue) = 217+22+64=303 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.62% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 217 - color contains mainly: red. Hex color #D91640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91640 is #26E9BF. Grayscale: #555555. Windows color (decimal): -2550208 or 4200153. OLE color: 4200153.

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

Color convert

RGB 217 22 64 -
CMYK 0 0.90 0.71 0.15
HSL 347.08º 0.82% 0.47% -
HSV(B) 347.08º 0.9% 0.85% -
XYZ 29.83 15.7 6.31 -
YUV 85.09 116.1 222.08 -
System Red Green Blue C M Y K H S L
Decimal 217 22 64 0 0.90 0.71 0.15 347.08 0.82 0.47
Hex D9 16 40 0 5A 47 F 15B 52 2F
Octal 331 26 100 0 132 107 17 533 122 57
Binary 11011001 10110 1000000 0 1011010 1000111 1111 101011011 1010010 101111

Color Harmonies of #D91640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91640

Black with #D91640

Text Example


Text Example

White with #D91640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91640; }

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

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

background-color css

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

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

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

border-color css

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

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

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