Html Css Color HEX #D8183A Crimson

📋 copy color: '#D8183A'

red 216 ◦ green 24 ◦ blue 58

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

Shades of Crimson #D8183A

Tints of Crimson #D8183A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.46%

R = 72.48%
G = 8.05%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D8183A (or 0xD8183A) is known color: Crimson. HEX triplet: D8, 18 and 3A. RGB value is (216,24,58). Sum of RGB (Red+Green+Blue) = 216+24+58=298 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.48% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 216 - color contains mainly: red. Hex color #D8183A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8183A is #27E7C5. Grayscale: #555555. Windows color (decimal): -2615238 or 3807448. OLE color: 3807448.

HSL color Cylindrical-coordinate representation of color #D8183A: hue angle of 349.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 #D8183A is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 24 58 -
CMYK 0 0.89 0.73 0.15
HSL 349.38º 0.8% 0.47% -
HSV(B) 349.38º 0.89% 0.85% -
XYZ 29.41 15.56 5.46 -
YUV 85.28 112.61 221.24 -
System Red Green Blue C M Y K H S L
Decimal 216 24 58 0 0.89 0.73 0.15 349.38 0.8 0.47
Hex D8 18 3A 0 59 49 F 15D 50 2F
Octal 330 30 72 0 131 111 17 535 120 57
Binary 11011000 11000 111010 0 1011001 1001001 1111 101011101 1010000 101111

Color Harmonies of #D8183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8183A

Black with #D8183A

Text Example


Text Example

White with #D8183A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8183A; }

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

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

background-color css

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

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

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

border-color css

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

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

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