Html Css Color HEX #D9153A Crimson

📋 copy color: '#D9153A'

red 217 ◦ green 21 ◦ blue 58

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

Shades of Crimson #D9153A

Tints of Crimson #D9153A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.09%

 BLUE value IS 58 (23.05% from 255) = 19.59%

R = 73.31%
G = 7.09%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D9153A (or 0xD9153A) is known color: Crimson. HEX triplet: D9, 15 and 3A. RGB value is (217,21,58). Sum of RGB (Red+Green+Blue) = 217+21+58=296 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.31% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 217 - color contains mainly: red. Hex color #D9153A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9153A is #26EAC5. Grayscale: #535353. Windows color (decimal): -2550470 or 3806681. OLE color: 3806681.

HSL color Cylindrical-coordinate representation of color #D9153A: hue angle of 348.67º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D9153A is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 21 58 -
CMYK 0 0.90 0.73 0.15
HSL 348.67º 0.82% 0.47% -
HSV(B) 348.67º 0.9% 0.85% -
XYZ 29.65 15.59 5.45 -
YUV 83.82 113.43 222.99 -
System Red Green Blue C M Y K H S L
Decimal 217 21 58 0 0.90 0.73 0.15 348.67 0.82 0.47
Hex D9 15 3A 0 5A 49 F 15D 52 2F
Octal 331 25 72 0 132 111 17 535 122 57
Binary 11011001 10101 111010 0 1011010 1001001 1111 101011101 1010010 101111

Color Harmonies of #D9153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9153A

Black with #D9153A

Text Example


Text Example

White with #D9153A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9153A; }

 p { color: rgb(217,21,58); }

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

background-color css

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

 a { background-color: rgb(217,21,58); }

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

border-color css

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

 span { border-color: rgb(217,21,58); }

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