Html Css Color HEX #D8184A Crimson

📋 copy color: '#D8184A'

red 216 ◦ green 24 ◦ blue 74

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

Shades of Crimson #D8184A

Tints of Crimson #D8184A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.64%

 BLUE value IS 74 (29.3% from 255) = 23.57%

R = 68.79%
G = 7.64%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D8184A (or 0xD8184A) is known color: Crimson. HEX triplet: D8, 18 and 4A. RGB value is (216,24,74). Sum of RGB (Red+Green+Blue) = 216+24+74=314 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.79% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 216 - color contains mainly: red. Hex color #D8184A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8184A is #27E7B5. Grayscale: #575757. Windows color (decimal): -2615222 or 4856024. OLE color: 4856024.

HSL color Cylindrical-coordinate representation of color #D8184A: hue angle of 344.38º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D8184A is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 24 74 -
CMYK 0 0.89 0.66 0.15
HSL 344.38º 0.8% 0.47% -
HSV(B) 344.38º 0.89% 0.85% -
XYZ 29.88 15.75 7.94 -
YUV 87.11 120.61 219.93 -
System Red Green Blue C M Y K H S L
Decimal 216 24 74 0 0.89 0.66 0.15 344.38 0.8 0.47
Hex D8 18 4A 0 59 42 F 158 50 2F
Octal 330 30 112 0 131 102 17 530 120 57
Binary 11011000 11000 1001010 0 1011001 1000010 1111 101011000 1010000 101111

Color Harmonies of #D8184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8184A

Black with #D8184A

Text Example


Text Example

White with #D8184A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8184A; }

 p { color: rgb(216,24,74); }

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

background-color css

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

 a { background-color: rgb(216,24,74); }

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

border-color css

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

 span { border-color: rgb(216,24,74); }

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