Html Css Color HEX #D91035 Crimson

📋 copy color: '#D91035'

red 217 ◦ green 16 ◦ blue 53

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

Shades of Crimson #D91035

Tints of Crimson #D91035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.53%

R = 75.87%
G = 5.59%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D91035 (or 0xD91035) is known color: Crimson. HEX triplet: D9, 10 and 35. RGB value is (217,16,53). Sum of RGB (Red+Green+Blue) = 217+16+53=286 (37% of max value = 765). Red value is 217 (85.16% from 255 or 75.87% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 217 - color contains mainly: red. Hex color #D91035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91035 is #26EFCA. Grayscale: #505050. Windows color (decimal): -2551755 or 3477721. OLE color: 3477721.

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

Color convert

RGB 217 16 53 -
CMYK 0 0.93 0.76 0.15
HSL 348.96º 0.86% 0.46% -
HSV(B) 348.96º 0.93% 0.85% -
XYZ 29.44 15.38 4.78 -
YUV 80.32 112.59 225.49 -
System Red Green Blue C M Y K H S L
Decimal 217 16 53 0 0.93 0.76 0.15 348.96 0.86 0.46
Hex D9 10 35 0 5D 4C F 15D 56 2E
Octal 331 20 65 0 135 114 17 535 126 56
Binary 11011001 10000 110101 0 1011101 1001100 1111 101011101 1010110 101110

Color Harmonies of #D91035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91035

Black with #D91035

Text Example


Text Example

White with #D91035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91035; }

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

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

background-color css

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

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

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

border-color css

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

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

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