Html Css Color HEX #D8152F Crimson

📋 copy color: '#D8152F'

red 216 ◦ green 21 ◦ blue 47

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

Shades of Crimson #D8152F

Tints of Crimson #D8152F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.55%

R = 76.06%
G = 7.39%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D8152F (or 0xD8152F) is known color: Crimson. HEX triplet: D8, 15 and 2F. RGB value is (216,21,47). Sum of RGB (Red+Green+Blue) = 216+21+47=284 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.06% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 216 - color contains mainly: red. Hex color #D8152F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8152F is #27EAD0. Grayscale: #525252. Windows color (decimal): -2616017 or 3085784. OLE color: 3085784.

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

Color convert

RGB 216 21 47 -
CMYK 0 0.90 0.78 0.15
HSL 352º 0.82% 0.46% -
HSV(B) 352º 0.9% 0.85% -
XYZ 29.1 15.34 4.12 -
YUV 82.27 108.1 223.39 -
System Red Green Blue C M Y K H S L
Decimal 216 21 47 0 0.90 0.78 0.15 352 0.82 0.46
Hex D8 15 2F 0 5A 4E F 160 52 2E
Octal 330 25 57 0 132 116 17 540 122 56
Binary 11011000 10101 101111 0 1011010 1001110 1111 101100000 1010010 101110

Color Harmonies of #D8152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8152F

Black with #D8152F

Text Example


Text Example

White with #D8152F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8152F; }

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

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

background-color css

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

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

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

border-color css

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

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

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