Html Css Color HEX #D91D42 Crimson

📋 copy color: '#D91D42'

red 217 ◦ green 29 ◦ blue 66

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

Shades of Crimson #D91D42

Tints of Crimson #D91D42

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.29%

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

R = 69.55%
G = 9.29%
B = 21.15%

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

#D91D42 (or 0xD91D42) is known color: Crimson. HEX triplet: D9, 1D and 42. RGB value is (217,29,66). Sum of RGB (Red+Green+Blue) = 217+29+66=312 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.55% from 312); Green value is 29 (11.72% from 255 or 9.29% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 217 - color contains mainly: red. Hex color #D91D42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91D42 is #26E2BD. Grayscale: #595959. Windows color (decimal): -2548414 or 4333017. OLE color: 4333017.

HSL color Cylindrical-coordinate representation of color #D91D42: hue angle of 348.19º degrees, saturation: 0.76, 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 #D91D42 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 29 66 -
CMYK 0 0.87 0.70 0.15
HSL 348.19º 0.76% 0.48% -
HSV(B) 348.19º 0.87% 0.85% -
XYZ 30.04 16.02 6.66 -
YUV 89.43 114.78 218.99 -
System Red Green Blue C M Y K H S L
Decimal 217 29 66 0 0.87 0.70 0.15 348.19 0.76 0.48
Hex D9 1D 42 0 57 46 F 15C 4C 30
Octal 331 35 102 0 127 106 17 534 114 60
Binary 11011001 11101 1000010 0 1010111 1000110 1111 101011100 1001100 110000

Color Harmonies of #D91D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91D42

Black with #D91D42

Text Example


Text Example

White with #D91D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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