Html Css Color HEX #D9132E Crimson

📋 copy color: '#D9132E'

red 217 ◦ green 19 ◦ blue 46

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

Shades of Crimson #D9132E

Tints of Crimson #D9132E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.74%

 BLUE value IS 46 (18.36% from 255) = 16.31%

R = 76.95%
G = 6.74%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D9132E (or 0xD9132E) is known color: Crimson. HEX triplet: D9, 13 and 2E. RGB value is (217,19,46). Sum of RGB (Red+Green+Blue) = 217+19+46=282 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.95% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 217 - color contains mainly: red. Hex color #D9132E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9132E is #26ECD1. Grayscale: #515151. Windows color (decimal): -2550994 or 3019737. OLE color: 3019737.

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

Color convert

RGB 217 19 46 -
CMYK 0 0.91 0.79 0.15
HSL 351.82º 0.84% 0.46% -
HSV(B) 351.82º 0.91% 0.85% -
XYZ 29.34 15.41 4.01 -
YUV 81.28 108.1 224.8 -
System Red Green Blue C M Y K H S L
Decimal 217 19 46 0 0.91 0.79 0.15 351.82 0.84 0.46
Hex D9 13 2E 0 5B 4F F 160 54 2E
Octal 331 23 56 0 133 117 17 540 124 56
Binary 11011001 10011 101110 0 1011011 1001111 1111 101100000 1010100 101110

Color Harmonies of #D9132E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9132E

Black with #D9132E

Text Example


Text Example

White with #D9132E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9132E; }

 p { color: rgb(217,19,46); }

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

background-color css

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

 a { background-color: rgb(217,19,46); }

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

border-color css

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

 span { border-color: rgb(217,19,46); }

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