Html Css Color HEX #D91442 Crimson

📋 copy color: '#D91442'

red 217 ◦ green 20 ◦ blue 66

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

Shades of Crimson #D91442

Tints of Crimson #D91442

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.6%

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

R = 71.62%
G = 6.6%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D91442 (or 0xD91442) is known color: Crimson. HEX triplet: D9, 14 and 42. RGB value is (217,20,66). Sum of RGB (Red+Green+Blue) = 217+20+66=303 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.62% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 217 - color contains mainly: red. Hex color #D91442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91442 is #26EBBD. Grayscale: #545454. Windows color (decimal): -2550718 or 4330713. OLE color: 4330713.

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

Color convert

RGB 217 20 66 -
CMYK 0 0.91 0.70 0.15
HSL 345.99º 0.83% 0.46% -
HSV(B) 345.99º 0.91% 0.85% -
XYZ 29.85 15.65 6.6 -
YUV 84.15 117.77 222.76 -
System Red Green Blue C M Y K H S L
Decimal 217 20 66 0 0.91 0.70 0.15 345.99 0.83 0.46
Hex D9 14 42 0 5B 46 F 15A 53 2E
Octal 331 24 102 0 133 106 17 532 123 56
Binary 11011001 10100 1000010 0 1011011 1000110 1111 101011010 1010011 101110

Color Harmonies of #D91442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91442

Black with #D91442

Text Example


Text Example

White with #D91442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91442; }

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

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

background-color css

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

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

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

border-color css

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

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

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