Html Css Color HEX #D91A32 Crimson

📋 copy color: '#D91A32'

red 217 ◦ green 26 ◦ blue 50

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

Shades of Crimson #D91A32

Tints of Crimson #D91A32

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.87%

 BLUE value IS 50 (19.92% from 255) = 17.06%

R = 74.06%
G = 8.87%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D91A32 (or 0xD91A32) is known color: Crimson. HEX triplet: D9, 1A and 32. RGB value is (217,26,50). Sum of RGB (Red+Green+Blue) = 217+26+50=293 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.06% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 217 - color contains mainly: red. Hex color #D91A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91A32 is #26E5CD. Grayscale: #555555. Windows color (decimal): -2549198 or 3283673. OLE color: 3283673.

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

Color convert

RGB 217 26 50 -
CMYK 0 0.88 0.77 0.15
HSL 352.46º 0.79% 0.48% -
HSV(B) 352.46º 0.88% 0.85% -
XYZ 29.56 15.72 4.49 -
YUV 85.85 107.78 221.55 -
System Red Green Blue C M Y K H S L
Decimal 217 26 50 0 0.88 0.77 0.15 352.46 0.79 0.48
Hex D9 1A 32 0 58 4D F 160 4F 30
Octal 331 32 62 0 130 115 17 540 117 60
Binary 11011001 11010 110010 0 1011000 1001101 1111 101100000 1001111 110000

Color Harmonies of #D91A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91A32

Black with #D91A32

Text Example


Text Example

White with #D91A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91A32; }

 p { color: rgb(217,26,50); }

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

background-color css

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

 a { background-color: rgb(217,26,50); }

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

border-color css

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

 span { border-color: rgb(217,26,50); }

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