Html Css Color HEX #D91E44 Crimson

📋 copy color: '#D91E44'

red 217 ◦ green 30 ◦ blue 68

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

Shades of Crimson #D91E44

Tints of Crimson #D91E44

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.52%

 BLUE value IS 68 (26.95% from 255) = 21.59%

R = 68.89%
G = 9.52%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D91E44 (or 0xD91E44) is known color: Crimson. HEX triplet: D9, 1E and 44. RGB value is (217,30,68). Sum of RGB (Red+Green+Blue) = 217+30+68=315 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.89% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 217 - color contains mainly: red. Hex color #D91E44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91E44 is #26E1BB. Grayscale: #5A5A5A. Windows color (decimal): -2548156 or 4464345. OLE color: 4464345.

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

Color convert

RGB 217 30 68 -
CMYK 0 0.86 0.69 0.15
HSL 347.81º 0.76% 0.48% -
HSV(B) 347.81º 0.86% 0.85% -
XYZ 30.12 16.1 6.99 -
YUV 90.25 115.45 218.41 -
System Red Green Blue C M Y K H S L
Decimal 217 30 68 0 0.86 0.69 0.15 347.81 0.76 0.48
Hex D9 1E 44 0 56 45 F 15C 4C 30
Octal 331 36 104 0 126 105 17 534 114 60
Binary 11011001 11110 1000100 0 1010110 1000101 1111 101011100 1001100 110000

Color Harmonies of #D91E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91E44

Black with #D91E44

Text Example


Text Example

White with #D91E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91E44; }

 p { color: rgb(217,30,68); }

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

background-color css

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

 a { background-color: rgb(217,30,68); }

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

border-color css

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

 span { border-color: rgb(217,30,68); }

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