Html Css Color HEX #D91630 Crimson

📋 copy color: '#D91630'

red 217 ◦ green 22 ◦ blue 48

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

Shades of Crimson #D91630

Tints of Crimson #D91630

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.67%

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

R = 75.61%
G = 7.67%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D91630 (or 0xD91630) is known color: Crimson. HEX triplet: D9, 16 and 30. RGB value is (217,22,48). Sum of RGB (Red+Green+Blue) = 217+22+48=287 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.61% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 217 - color contains mainly: red. Hex color #D91630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91630 is #26E9CF. Grayscale: #535353. Windows color (decimal): -2550224 or 3151577. OLE color: 3151577.

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

Color convert

RGB 217 22 48 -
CMYK 0 0.90 0.78 0.15
HSL 352º 0.82% 0.47% -
HSV(B) 352º 0.9% 0.85% -
XYZ 29.44 15.54 4.24 -
YUV 83.27 108.1 223.39 -
System Red Green Blue C M Y K H S L
Decimal 217 22 48 0 0.90 0.78 0.15 352 0.82 0.47
Hex D9 16 30 0 5A 4E F 160 52 2F
Octal 331 26 60 0 132 116 17 540 122 57
Binary 11011001 10110 110000 0 1011010 1001110 1111 101100000 1010010 101111

Color Harmonies of #D91630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91630

Black with #D91630

Text Example


Text Example

White with #D91630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91630; }

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

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

background-color css

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

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

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

border-color css

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

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

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