Html Css Color HEX #D91030 Crimson

📋 copy color: '#D91030'

red 217 ◦ green 16 ◦ blue 48

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

Shades of Crimson #D91030

Tints of Crimson #D91030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.08%

R = 77.22%
G = 5.69%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D91030 (or 0xD91030) is known color: Crimson. HEX triplet: D9, 10 and 30. RGB value is (217,16,48). Sum of RGB (Red+Green+Blue) = 217+16+48=281 (37% of max value = 765). Red value is 217 (85.16% from 255 or 77.22% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 217 - color contains mainly: red. Hex color #D91030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91030 is #26EFCF. Grayscale: #4F4F4F. Windows color (decimal): -2551760 or 3150041. OLE color: 3150041.

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

Color convert

RGB 217 16 48 -
CMYK 0 0.93 0.78 0.15
HSL 350.45º 0.86% 0.46% -
HSV(B) 350.45º 0.93% 0.85% -
XYZ 29.33 15.34 4.21 -
YUV 79.75 110.09 225.9 -
System Red Green Blue C M Y K H S L
Decimal 217 16 48 0 0.93 0.78 0.15 350.45 0.86 0.46
Hex D9 10 30 0 5D 4E F 15E 56 2E
Octal 331 20 60 0 135 116 17 536 126 56
Binary 11011001 10000 110000 0 1011101 1001110 1111 101011110 1010110 101110

Color Harmonies of #D91030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91030

Black with #D91030

Text Example


Text Example

White with #D91030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91030; }

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

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

background-color css

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

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

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

border-color css

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

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

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