Html Css Color HEX #D91B33 Crimson

📋 copy color: '#D91B33'

red 217 ◦ green 27 ◦ blue 51

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

Shades of Crimson #D91B33

Tints of Crimson #D91B33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.29%

R = 73.56%
G = 9.15%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D91B33 (or 0xD91B33) is known color: Crimson. HEX triplet: D9, 1B and 33. RGB value is (217,27,51). Sum of RGB (Red+Green+Blue) = 217+27+51=295 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.56% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 217 - color contains mainly: red. Hex color #D91B33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91B33 is #26E4CC. Grayscale: #565656. Windows color (decimal): -2548941 or 3349465. OLE color: 3349465.

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

Color convert

RGB 217 27 51 -
CMYK 0 0.88 0.76 0.15
HSL 352.42º 0.78% 0.48% -
HSV(B) 352.42º 0.88% 0.85% -
XYZ 29.6 15.77 4.62 -
YUV 86.55 107.95 221.05 -
System Red Green Blue C M Y K H S L
Decimal 217 27 51 0 0.88 0.76 0.15 352.42 0.78 0.48
Hex D9 1B 33 0 58 4C F 160 4E 30
Octal 331 33 63 0 130 114 17 540 116 60
Binary 11011001 11011 110011 0 1011000 1001100 1111 101100000 1001110 110000

Color Harmonies of #D91B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91B33

Black with #D91B33

Text Example


Text Example

White with #D91B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91B33; }

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

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

background-color css

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

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

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

border-color css

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

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

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