Html Css Color HEX #D91830 Crimson

📋 copy color: '#D91830'

red 217 ◦ green 24 ◦ blue 48

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

Shades of Crimson #D91830

Tints of Crimson #D91830

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.3%

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

R = 75.09%
G = 8.3%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D91830 (or 0xD91830) is known color: Crimson. HEX triplet: D9, 18 and 30. RGB value is (217,24,48). Sum of RGB (Red+Green+Blue) = 217+24+48=289 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.09% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 217 - color contains mainly: red. Hex color #D91830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91830 is #26E7CF. Grayscale: #545454. Windows color (decimal): -2549712 or 3152089. OLE color: 3152089.

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

Color convert

RGB 217 24 48 -
CMYK 0 0.89 0.78 0.15
HSL 352.54º 0.8% 0.47% -
HSV(B) 352.54º 0.89% 0.85% -
XYZ 29.48 15.62 4.26 -
YUV 84.44 107.44 222.55 -
System Red Green Blue C M Y K H S L
Decimal 217 24 48 0 0.89 0.78 0.15 352.54 0.8 0.47
Hex D9 18 30 0 59 4E F 161 50 2F
Octal 331 30 60 0 131 116 17 541 120 57
Binary 11011001 11000 110000 0 1011001 1001110 1111 101100001 1010000 101111

Color Harmonies of #D91830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91830

Black with #D91830

Text Example


Text Example

White with #D91830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91830; }

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

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

background-color css

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

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

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

border-color css

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

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

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