Html Css Color HEX #D91934 Crimson

📋 copy color: '#D91934'

red 217 ◦ green 25 ◦ blue 52

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

Shades of Crimson #D91934

Tints of Crimson #D91934

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.5%

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

R = 73.81%
G = 8.5%
B = 17.69%

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

#D91934 (or 0xD91934) is known color: Crimson. HEX triplet: D9, 19 and 34. RGB value is (217,25,52). Sum of RGB (Red+Green+Blue) = 217+25+52=294 (38% of max value = 765). Red value is 217 (85.16% from 255 or 73.81% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 217 - color contains mainly: red. Hex color #D91934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91934 is #26E6CB. Grayscale: #555555. Windows color (decimal): -2549452 or 3414489. OLE color: 3414489.

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

Color convert

RGB 217 25 52 -
CMYK 0 0.88 0.76 0.15
HSL 351.56º 0.79% 0.47% -
HSV(B) 351.56º 0.88% 0.85% -
XYZ 29.58 15.69 4.72 -
YUV 85.49 109.11 221.8 -
System Red Green Blue C M Y K H S L
Decimal 217 25 52 0 0.88 0.76 0.15 351.56 0.79 0.47
Hex D9 19 34 0 58 4C F 160 4F 2F
Octal 331 31 64 0 130 114 17 540 117 57
Binary 11011001 11001 110100 0 1011000 1001100 1111 101100000 1001111 101111

Color Harmonies of #D91934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91934

Black with #D91934

Text Example


Text Example

White with #D91934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91934; }

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

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

background-color css

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

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

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

border-color css

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

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

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