Html Css Color HEX #D9153C Crimson

📋 copy color: '#D9153C'

red 217 ◦ green 21 ◦ blue 60

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

Shades of Crimson #D9153C

Tints of Crimson #D9153C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.13%

R = 72.82%
G = 7.05%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9153C (or 0xD9153C) is known color: Crimson. HEX triplet: D9, 15 and 3C. RGB value is (217,21,60). Sum of RGB (Red+Green+Blue) = 217+21+60=298 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.82% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 217 - color contains mainly: red. Hex color #D9153C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9153C is #26EAC3. Grayscale: #545454. Windows color (decimal): -2550468 or 3937753. OLE color: 3937753.

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

Color convert

RGB 217 21 60 -
CMYK 0 0.90 0.72 0.15
HSL 348.06º 0.82% 0.47% -
HSV(B) 348.06º 0.9% 0.85% -
XYZ 29.7 15.61 5.72 -
YUV 84.05 114.43 222.83 -
System Red Green Blue C M Y K H S L
Decimal 217 21 60 0 0.90 0.72 0.15 348.06 0.82 0.47
Hex D9 15 3C 0 5A 48 F 15C 52 2F
Octal 331 25 74 0 132 110 17 534 122 57
Binary 11011001 10101 111100 0 1011010 1001000 1111 101011100 1010010 101111

Color Harmonies of #D9153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9153C

Black with #D9153C

Text Example


Text Example

White with #D9153C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9153C; }

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

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

background-color css

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

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

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

border-color css

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

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

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