Html Css Color HEX #D9132D Crimson

📋 copy color: '#D9132D'

red 217 ◦ green 19 ◦ blue 45

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

Shades of Crimson #D9132D

Tints of Crimson #D9132D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.01%

R = 77.22%
G = 6.76%
B = 16.01%

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

#D9132D (or 0xD9132D) is known color: Crimson. HEX triplet: D9, 13 and 2D. RGB value is (217,19,45). Sum of RGB (Red+Green+Blue) = 217+19+45=281 (37% of max value = 765). Red value is 217 (85.16% from 255 or 77.22% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 217 - color contains mainly: red. Hex color #D9132D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9132D is #26ECD2. Grayscale: #515151. Windows color (decimal): -2550995 or 2954201. OLE color: 2954201.

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

Color convert

RGB 217 19 45 -
CMYK 0 0.91 0.79 0.15
HSL 352.12º 0.84% 0.46% -
HSV(B) 352.12º 0.91% 0.85% -
XYZ 29.32 15.41 3.91 -
YUV 81.17 107.6 224.89 -
System Red Green Blue C M Y K H S L
Decimal 217 19 45 0 0.91 0.79 0.15 352.12 0.84 0.46
Hex D9 13 2D 0 5B 4F F 160 54 2E
Octal 331 23 55 0 133 117 17 540 124 56
Binary 11011001 10011 101101 0 1011011 1001111 1111 101100000 1010100 101110

Color Harmonies of #D9132D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9132D

Black with #D9132D

Text Example


Text Example

White with #D9132D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9132D; }

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

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

background-color css

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

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

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

border-color css

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

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

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