Html Css Color HEX #D8153D Crimson

📋 copy color: '#D8153D'

red 216 ◦ green 21 ◦ blue 61

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

Shades of Crimson #D8153D

Tints of Crimson #D8153D

RGB

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

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

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

R = 72.48%
G = 7.05%
B = 20.47%

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

#D8153D (or 0xD8153D) is known color: Crimson. HEX triplet: D8, 15 and 3D. RGB value is (216,21,61). Sum of RGB (Red+Green+Blue) = 216+21+61=298 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.48% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 216 - color contains mainly: red. Hex color #D8153D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8153D is #27EAC2. Grayscale: #535353. Windows color (decimal): -2616003 or 4003288. OLE color: 4003288.

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

Color convert

RGB 216 21 61 -
CMYK 0 0.90 0.72 0.15
HSL 347.69º 0.82% 0.46% -
HSV(B) 347.69º 0.9% 0.85% -
XYZ 29.43 15.47 5.85 -
YUV 83.87 115.1 222.25 -
System Red Green Blue C M Y K H S L
Decimal 216 21 61 0 0.90 0.72 0.15 347.69 0.82 0.46
Hex D8 15 3D 0 5A 48 F 15C 52 2E
Octal 330 25 75 0 132 110 17 534 122 56
Binary 11011000 10101 111101 0 1011010 1001000 1111 101011100 1010010 101110

Color Harmonies of #D8153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8153D

Black with #D8153D

Text Example


Text Example

White with #D8153D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8153D; }

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

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

background-color css

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

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

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

border-color css

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

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

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