Html Css Color HEX #D91734 Crimson

📋 copy color: '#D91734'

red 217 ◦ green 23 ◦ blue 52

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

Shades of Crimson #D91734

Tints of Crimson #D91734

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.88%

 BLUE value IS 52 (20.7% from 255) = 17.81%

R = 74.32%
G = 7.88%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D91734 (or 0xD91734) is known color: Crimson. HEX triplet: D9, 17 and 34. RGB value is (217,23,52). Sum of RGB (Red+Green+Blue) = 217+23+52=292 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.32% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 217 - color contains mainly: red. Hex color #D91734 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91734 is #26E8CB. Grayscale: #545454. Windows color (decimal): -2549964 or 3413977. OLE color: 3413977.

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

Color convert

RGB 217 23 52 -
CMYK 0 0.89 0.76 0.15
HSL 351.03º 0.81% 0.47% -
HSV(B) 351.03º 0.89% 0.85% -
XYZ 29.54 15.61 4.71 -
YUV 84.31 109.77 222.64 -
System Red Green Blue C M Y K H S L
Decimal 217 23 52 0 0.89 0.76 0.15 351.03 0.81 0.47
Hex D9 17 34 0 59 4C F 15F 51 2F
Octal 331 27 64 0 131 114 17 537 121 57
Binary 11011001 10111 110100 0 1011001 1001100 1111 101011111 1010001 101111

Color Harmonies of #D91734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91734

Black with #D91734

Text Example


Text Example

White with #D91734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91734; }

 p { color: rgb(217,23,52); }

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

background-color css

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

 a { background-color: rgb(217,23,52); }

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

border-color css

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

 span { border-color: rgb(217,23,52); }

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