Html Css Color HEX #D8134D Crimson

📋 copy color: '#D8134D'

red 216 ◦ green 19 ◦ blue 77

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

Shades of Crimson #D8134D

Tints of Crimson #D8134D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.09%

 BLUE value IS 77 (30.47% from 255) = 24.68%

R = 69.23%
G = 6.09%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D8134D (or 0xD8134D) is known color: Crimson. HEX triplet: D8, 13 and 4D. RGB value is (216,19,77). Sum of RGB (Red+Green+Blue) = 216+19+77=312 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.23% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 216 - color contains mainly: red. Hex color #D8134D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8134D is #27ECB2. Grayscale: #545454. Windows color (decimal): -2616499 or 5051352. OLE color: 5051352.

HSL color Cylindrical-coordinate representation of color #D8134D: hue angle of 342.34º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D8134D is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 19 77 -
CMYK 0 0.91 0.64 0.15
HSL 342.34º 0.84% 0.46% -
HSV(B) 342.34º 0.91% 0.85% -
XYZ 29.89 15.6 8.46 -
YUV 84.52 123.77 221.78 -
System Red Green Blue C M Y K H S L
Decimal 216 19 77 0 0.91 0.64 0.15 342.34 0.84 0.46
Hex D8 13 4D 0 5B 40 F 156 54 2E
Octal 330 23 115 0 133 100 17 526 124 56
Binary 11011000 10011 1001101 0 1011011 1000000 1111 101010110 1010100 101110

Color Harmonies of #D8134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8134D

Black with #D8134D

Text Example


Text Example

White with #D8134D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8134D; }

 p { color: rgb(216,19,77); }

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

background-color css

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

 a { background-color: rgb(216,19,77); }

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

border-color css

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

 span { border-color: rgb(216,19,77); }

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