Html Css Color HEX #D91B32 Crimson

📋 copy color: '#D91B32'

red 217 ◦ green 27 ◦ blue 50

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

Shades of Crimson #D91B32

Tints of Crimson #D91B32

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.18%

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

R = 73.81%
G = 9.18%
B = 17.01%

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

#D91B32 (or 0xD91B32) is known color: Crimson. HEX triplet: D9, 1B and 32. RGB value is (217,27,50). Sum of RGB (Red+Green+Blue) = 217+27+50=294 (38% of max value = 765). Red value is 217 (85.16% from 255 or 73.81% from 294); Green value is 27 (10.94% from 255 or 9.18% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 217 - color contains mainly: red. Hex color #D91B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91B32 is #26E4CD. Grayscale: #565656. Windows color (decimal): -2548942 or 3283929. OLE color: 3283929.

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

Color convert

RGB 217 27 50 -
CMYK 0 0.88 0.77 0.15
HSL 352.74º 0.78% 0.48% -
HSV(B) 352.74º 0.88% 0.85% -
XYZ 29.58 15.77 4.5 -
YUV 86.43 107.45 221.13 -
System Red Green Blue C M Y K H S L
Decimal 217 27 50 0 0.88 0.77 0.15 352.74 0.78 0.48
Hex D9 1B 32 0 58 4D F 161 4E 30
Octal 331 33 62 0 130 115 17 541 116 60
Binary 11011001 11011 110010 0 1011000 1001101 1111 101100001 1001110 110000

Color Harmonies of #D91B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91B32

Black with #D91B32

Text Example


Text Example

White with #D91B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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