Html Css Color HEX #D9132F Crimson

📋 copy color: '#D9132F'

red 217 ◦ green 19 ◦ blue 47

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

Shades of Crimson #D9132F

Tints of Crimson #D9132F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.61%

R = 76.68%
G = 6.71%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D9132F (or 0xD9132F) is known color: Crimson. HEX triplet: D9, 13 and 2F. RGB value is (217,19,47). Sum of RGB (Red+Green+Blue) = 217+19+47=283 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.68% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 217 - color contains mainly: red. Hex color #D9132F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9132F is #26ECD0. Grayscale: #515151. Windows color (decimal): -2550993 or 3085273. OLE color: 3085273.

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

Color convert

RGB 217 19 47 -
CMYK 0 0.91 0.78 0.15
HSL 351.52º 0.84% 0.46% -
HSV(B) 351.52º 0.91% 0.85% -
XYZ 29.36 15.42 4.12 -
YUV 81.39 108.6 224.72 -
System Red Green Blue C M Y K H S L
Decimal 217 19 47 0 0.91 0.78 0.15 351.52 0.84 0.46
Hex D9 13 2F 0 5B 4E F 160 54 2E
Octal 331 23 57 0 133 116 17 540 124 56
Binary 11011001 10011 101111 0 1011011 1001110 1111 101100000 1010100 101110

Color Harmonies of #D9132F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9132F

Black with #D9132F

Text Example


Text Example

White with #D9132F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9132F; }

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

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

background-color css

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

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

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

border-color css

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

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

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