Html Css Color HEX #D8153F Crimson

📋 copy color: '#D8153F'

red 216 ◦ green 21 ◦ blue 63

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

Shades of Crimson #D8153F

Tints of Crimson #D8153F

RGB

 RED value IS 216 (84.77% from 255) = 72%

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

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

R = 72%
G = 7%
B = 21%

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

#D8153F (or 0xD8153F) is known color: Crimson. HEX triplet: D8, 15 and 3F. RGB value is (216,21,63). Sum of RGB (Red+Green+Blue) = 216+21+63=300 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 216 - color contains mainly: red. Hex color #D8153F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8153F is #27EAC0. Grayscale: #545454. Windows color (decimal): -2616001 or 4134360. OLE color: 4134360.

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

Color convert

RGB 216 21 63 -
CMYK 0 0.90 0.71 0.15
HSL 347.08º 0.82% 0.46% -
HSV(B) 347.08º 0.9% 0.85% -
XYZ 29.48 15.49 6.14 -
YUV 84.09 116.1 222.08 -
System Red Green Blue C M Y K H S L
Decimal 216 21 63 0 0.90 0.71 0.15 347.08 0.82 0.46
Hex D8 15 3F 0 5A 47 F 15B 52 2E
Octal 330 25 77 0 132 107 17 533 122 56
Binary 11011000 10101 111111 0 1011010 1000111 1111 101011011 1010010 101110

Color Harmonies of #D8153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8153F

Black with #D8153F

Text Example


Text Example

White with #D8153F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8153F; }

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

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

background-color css

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

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

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

border-color css

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

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

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