Html Css Color HEX #D91C42 Crimson

📋 copy color: '#D91C42'

red 217 ◦ green 28 ◦ blue 66

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

Shades of Crimson #D91C42

Tints of Crimson #D91C42

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9%

 BLUE value IS 66 (26.17% from 255) = 21.22%

R = 69.77%
G = 9%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D91C42 (or 0xD91C42) is known color: Crimson. HEX triplet: D9, 1C and 42. RGB value is (217,28,66). Sum of RGB (Red+Green+Blue) = 217+28+66=311 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.77% from 311); Green value is 28 (11.33% from 255 or 9.00% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 217 - color contains mainly: red. Hex color #D91C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91C42 is #26E3BD. Grayscale: #585858. Windows color (decimal): -2548670 or 4332761. OLE color: 4332761.

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

Color convert

RGB 217 28 66 -
CMYK 0 0.87 0.70 0.15
HSL 347.94º 0.77% 0.48% -
HSV(B) 347.94º 0.87% 0.85% -
XYZ 30.01 15.98 6.66 -
YUV 88.84 115.12 219.41 -
System Red Green Blue C M Y K H S L
Decimal 217 28 66 0 0.87 0.70 0.15 347.94 0.77 0.48
Hex D9 1C 42 0 57 46 F 15C 4D 30
Octal 331 34 102 0 127 106 17 534 115 60
Binary 11011001 11100 1000010 0 1010111 1000110 1111 101011100 1001101 110000

Color Harmonies of #D91C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91C42

Black with #D91C42

Text Example


Text Example

White with #D91C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91C42; }

 p { color: rgb(217,28,66); }

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

background-color css

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

 a { background-color: rgb(217,28,66); }

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

border-color css

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

 span { border-color: rgb(217,28,66); }

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