Html Css Color HEX #D81838 Crimson

📋 copy color: '#D81838'

red 216 ◦ green 24 ◦ blue 56

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

Shades of Crimson #D81838

Tints of Crimson #D81838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.92%

R = 72.97%
G = 8.11%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D81838 (or 0xD81838) is known color: Crimson. HEX triplet: D8, 18 and 38. RGB value is (216,24,56). Sum of RGB (Red+Green+Blue) = 216+24+56=296 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.97% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 56 (22.27% from 255 or 18.92% from 296); Max value from RGB is 216 - color contains mainly: red. Hex color #D81838 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81838 is #27E7C7. Grayscale: #555555. Windows color (decimal): -2615240 or 3676376. OLE color: 3676376.

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

Color convert

RGB 216 24 56 -
CMYK 0 0.89 0.74 0.15
HSL 350º 0.8% 0.47% -
HSV(B) 350º 0.89% 0.85% -
XYZ 29.36 15.54 5.19 -
YUV 85.06 111.61 221.4 -
System Red Green Blue C M Y K H S L
Decimal 216 24 56 0 0.89 0.74 0.15 350 0.8 0.47
Hex D8 18 38 0 59 4A F 15E 50 2F
Octal 330 30 70 0 131 112 17 536 120 57
Binary 11011000 11000 111000 0 1011001 1001010 1111 101011110 1010000 101111

Color Harmonies of #D81838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81838

Black with #D81838

Text Example


Text Example

White with #D81838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81838; }

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

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

background-color css

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

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

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

border-color css

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

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

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