Html Css Color HEX #D81738 Crimson

📋 copy color: '#D81738'

red 216 ◦ green 23 ◦ blue 56

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

Shades of Crimson #D81738

Tints of Crimson #D81738

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.8%

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

R = 73.22%
G = 7.8%
B = 18.98%

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

#D81738 (or 0xD81738) is known color: Crimson. HEX triplet: D8, 17 and 38. RGB value is (216,23,56). Sum of RGB (Red+Green+Blue) = 216+23+56=295 (39% of max value = 765). Red value is 216 (84.77% from 255 or 73.22% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 216 - color contains mainly: red. Hex color #D81738 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81738 is #27E8C7. Grayscale: #545454. Windows color (decimal): -2615496 or 3676120. OLE color: 3676120.

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

Color convert

RGB 216 23 56 -
CMYK 0 0.89 0.74 0.15
HSL 349.74º 0.81% 0.47% -
HSV(B) 349.74º 0.89% 0.85% -
XYZ 29.34 15.5 5.19 -
YUV 84.47 111.94 221.82 -
System Red Green Blue C M Y K H S L
Decimal 216 23 56 0 0.89 0.74 0.15 349.74 0.81 0.47
Hex D8 17 38 0 59 4A F 15E 51 2F
Octal 330 27 70 0 131 112 17 536 121 57
Binary 11011000 10111 111000 0 1011001 1001010 1111 101011110 1010001 101111

Color Harmonies of #D81738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81738

Black with #D81738

Text Example


Text Example

White with #D81738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81738; }

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

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

background-color css

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

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

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

border-color css

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

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

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