Html Css Color HEX #D91930 Crimson

📋 copy color: '#D91930'

red 217 ◦ green 25 ◦ blue 48

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

Shades of Crimson #D91930

Tints of Crimson #D91930

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.62%

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

R = 74.83%
G = 8.62%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D91930 (or 0xD91930) is known color: Crimson. HEX triplet: D9, 19 and 30. RGB value is (217,25,48). Sum of RGB (Red+Green+Blue) = 217+25+48=290 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.83% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 217 - color contains mainly: red. Hex color #D91930 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91930 is #26E6CF. Grayscale: #555555. Windows color (decimal): -2549456 or 3152345. OLE color: 3152345.

HSL color Cylindrical-coordinate representation of color #D91930: hue angle of 352.81º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91930 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 25 48 -
CMYK 0 0.88 0.78 0.15
HSL 352.81º 0.79% 0.47% -
HSV(B) 352.81º 0.88% 0.85% -
XYZ 29.5 15.66 4.26 -
YUV 85.03 107.11 222.13 -
System Red Green Blue C M Y K H S L
Decimal 217 25 48 0 0.88 0.78 0.15 352.81 0.79 0.47
Hex D9 19 30 0 58 4E F 161 4F 2F
Octal 331 31 60 0 130 116 17 541 117 57
Binary 11011001 11001 110000 0 1011000 1001110 1111 101100001 1001111 101111

Color Harmonies of #D91930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91930

Black with #D91930

Text Example


Text Example

White with #D91930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91930; }

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

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

background-color css

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

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

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

border-color css

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

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

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