Html Css Color HEX #D9132C Crimson

📋 copy color: '#D9132C'

red 217 ◦ green 19 ◦ blue 44

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

Shades of Crimson #D9132C

Tints of Crimson #D9132C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.71%

R = 77.5%
G = 6.79%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9132C (or 0xD9132C) is known color: Crimson. HEX triplet: D9, 13 and 2C. RGB value is (217,19,44). Sum of RGB (Red+Green+Blue) = 217+19+44=280 (37% of max value = 765). Red value is 217 (85.16% from 255 or 77.5% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 217 - color contains mainly: red. Hex color #D9132C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9132C is #26ECD3. Grayscale: #515151. Windows color (decimal): -2550996 or 2888665. OLE color: 2888665.

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

Color convert

RGB 217 19 44 -
CMYK 0 0.91 0.80 0.15
HSL 352.42º 0.84% 0.46% -
HSV(B) 352.42º 0.91% 0.85% -
XYZ 29.3 15.4 3.81 -
YUV 81.05 107.1 224.97 -
System Red Green Blue C M Y K H S L
Decimal 217 19 44 0 0.91 0.80 0.15 352.42 0.84 0.46
Hex D9 13 2C 0 5B 50 F 160 54 2E
Octal 331 23 54 0 133 120 17 540 124 56
Binary 11011001 10011 101100 0 1011011 1010000 1111 101100000 1010100 101110

Color Harmonies of #D9132C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9132C

Black with #D9132C

Text Example


Text Example

White with #D9132C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9132C; }

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

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

background-color css

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

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

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

border-color css

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

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

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