Html Css Color HEX #D91F44 Crimson

📋 copy color: '#D91F44'

red 217 ◦ green 31 ◦ blue 68

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

Shades of Crimson #D91F44

Tints of Crimson #D91F44

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.81%

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

R = 68.67%
G = 9.81%
B = 21.52%

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

#D91F44 (or 0xD91F44) is known color: Crimson. HEX triplet: D9, 1F and 44. RGB value is (217,31,68). Sum of RGB (Red+Green+Blue) = 217+31+68=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 31 (12.5% from 255 or 9.81% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D91F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91F44 is #26E0BB. Grayscale: #5A5A5A. Windows color (decimal): -2547900 or 4464601. OLE color: 4464601.

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

Color convert

RGB 217 31 68 -
CMYK 0 0.86 0.69 0.15
HSL 348.06º 0.75% 0.49% -
HSV(B) 348.06º 0.86% 0.85% -
XYZ 30.15 16.15 7 -
YUV 90.83 115.12 217.99 -
System Red Green Blue C M Y K H S L
Decimal 217 31 68 0 0.86 0.69 0.15 348.06 0.75 0.49
Hex D9 1F 44 0 56 45 F 15C 4B 31
Octal 331 37 104 0 126 105 17 534 113 61
Binary 11011001 11111 1000100 0 1010110 1000101 1111 101011100 1001011 110001

Color Harmonies of #D91F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91F44

Black with #D91F44

Text Example


Text Example

White with #D91F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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