Html Css Color HEX #D91042 Crimson

📋 copy color: '#D91042'

red 217 ◦ green 16 ◦ blue 66

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

Shades of Crimson #D91042

Tints of Crimson #D91042

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.35%

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

R = 72.58%
G = 5.35%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D91042 (or 0xD91042) is known color: Crimson. HEX triplet: D9, 10 and 42. RGB value is (217,16,66). Sum of RGB (Red+Green+Blue) = 217+16+66=299 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.58% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 217 - color contains mainly: red. Hex color #D91042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91042 is #26EFBD. Grayscale: #515151. Windows color (decimal): -2551742 or 4329689. OLE color: 4329689.

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

Color convert

RGB 217 16 66 -
CMYK 0 0.93 0.70 0.15
HSL 345.07º 0.86% 0.46% -
HSV(B) 345.07º 0.93% 0.85% -
XYZ 29.78 15.52 6.58 -
YUV 81.8 119.09 224.43 -
System Red Green Blue C M Y K H S L
Decimal 217 16 66 0 0.93 0.70 0.15 345.07 0.86 0.46
Hex D9 10 42 0 5D 46 F 159 56 2E
Octal 331 20 102 0 135 106 17 531 126 56
Binary 11011001 10000 1000010 0 1011101 1000110 1111 101011001 1010110 101110

Color Harmonies of #D91042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91042

Black with #D91042

Text Example


Text Example

White with #D91042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91042; }

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

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

background-color css

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

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

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

border-color css

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

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

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