Html Css Color HEX #D81A39 Crimson

📋 copy color: '#D81A39'

red 216 ◦ green 26 ◦ blue 57

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

Shades of Crimson #D81A39

Tints of Crimson #D81A39

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.7%

 BLUE value IS 57 (22.66% from 255) = 19.06%

R = 72.24%
G = 8.7%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D81A39 (or 0xD81A39) is known color: Crimson. HEX triplet: D8, 1A and 39. RGB value is (216,26,57). Sum of RGB (Red+Green+Blue) = 216+26+57=299 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.24% from 299); Green value is 26 (10.55% from 255 or 8.70% from 299); Blue value is 57 (22.66% from 255 or 19.06% from 299); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81A39 is #27E5C6. Grayscale: #565656. Windows color (decimal): -2614727 or 3742424. OLE color: 3742424.

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

Color convert

RGB 216 26 57 -
CMYK 0 0.88 0.74 0.15
HSL 350.21º 0.79% 0.47% -
HSV(B) 350.21º 0.88% 0.85% -
XYZ 29.43 15.63 5.34 -
YUV 86.34 111.45 220.48 -
System Red Green Blue C M Y K H S L
Decimal 216 26 57 0 0.88 0.74 0.15 350.21 0.79 0.47
Hex D8 1A 39 0 58 4A F 15E 4F 2F
Octal 330 32 71 0 130 112 17 536 117 57
Binary 11011000 11010 111001 0 1011000 1001010 1111 101011110 1001111 101111

Color Harmonies of #D81A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81A39

Black with #D81A39

Text Example


Text Example

White with #D81A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81A39; }

 p { color: rgb(216,26,57); }

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

background-color css

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

 a { background-color: rgb(216,26,57); }

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

border-color css

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

 span { border-color: rgb(216,26,57); }

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