Html Css Color HEX #D9153F Crimson

📋 copy color: '#D9153F'

red 217 ◦ green 21 ◦ blue 63

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

Shades of Crimson #D9153F

Tints of Crimson #D9153F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.93%

R = 72.09%
G = 6.98%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D9153F (or 0xD9153F) is known color: Crimson. HEX triplet: D9, 15 and 3F. RGB value is (217,21,63). Sum of RGB (Red+Green+Blue) = 217+21+63=301 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.09% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 217 - color contains mainly: red. Hex color #D9153F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9153F is #26EAC0. Grayscale: #545454. Windows color (decimal): -2550465 or 4134361. OLE color: 4134361.

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

Color convert

RGB 217 21 63 -
CMYK 0 0.90 0.71 0.15
HSL 347.14º 0.82% 0.47% -
HSV(B) 347.14º 0.9% 0.85% -
XYZ 29.78 15.65 6.15 -
YUV 84.39 115.93 222.58 -
System Red Green Blue C M Y K H S L
Decimal 217 21 63 0 0.90 0.71 0.15 347.14 0.82 0.47
Hex D9 15 3F 0 5A 47 F 15B 52 2F
Octal 331 25 77 0 132 107 17 533 122 57
Binary 11011001 10101 111111 0 1011010 1000111 1111 101011011 1010010 101111

Color Harmonies of #D9153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9153F

Black with #D9153F

Text Example


Text Example

White with #D9153F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9153F; }

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

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

background-color css

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

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

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

border-color css

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

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

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