Html Css Color HEX #D9133D Crimson

📋 copy color: '#D9133D'

red 217 ◦ green 19 ◦ blue 61

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

Shades of Crimson #D9133D

Tints of Crimson #D9133D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.54%

R = 73.06%
G = 6.4%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9133D (or 0xD9133D) is known color: Crimson. HEX triplet: D9, 13 and 3D. RGB value is (217,19,61). Sum of RGB (Red+Green+Blue) = 217+19+61=297 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.06% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 217 - color contains mainly: red. Hex color #D9133D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9133D is #26ECC2. Grayscale: #535353. Windows color (decimal): -2550979 or 4002777. OLE color: 4002777.

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

Color convert

RGB 217 19 61 -
CMYK 0 0.91 0.72 0.15
HSL 347.27º 0.84% 0.46% -
HSV(B) 347.27º 0.91% 0.85% -
XYZ 29.69 15.55 5.85 -
YUV 82.99 115.6 223.58 -
System Red Green Blue C M Y K H S L
Decimal 217 19 61 0 0.91 0.72 0.15 347.27 0.84 0.46
Hex D9 13 3D 0 5B 48 F 15B 54 2E
Octal 331 23 75 0 133 110 17 533 124 56
Binary 11011001 10011 111101 0 1011011 1001000 1111 101011011 1010100 101110

Color Harmonies of #D9133D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9133D

Black with #D9133D

Text Example


Text Example

White with #D9133D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9133D; }

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

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

background-color css

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

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

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

border-color css

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

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

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