Html Css Color HEX #D81E40 Crimson

📋 copy color: '#D81E40'

red 216 ◦ green 30 ◦ blue 64

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

Shades of Crimson #D81E40

Tints of Crimson #D81E40

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.68%

 BLUE value IS 64 (25.39% from 255) = 20.65%

R = 69.68%
G = 9.68%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D81E40 (or 0xD81E40) is known color: Crimson. HEX triplet: D8, 1E and 40. RGB value is (216,30,64). Sum of RGB (Red+Green+Blue) = 216+30+64=310 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.68% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 216 - color contains mainly: red. Hex color #D81E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81E40 is #27E1BF. Grayscale: #595959. Windows color (decimal): -2613696 or 4202200. OLE color: 4202200.

HSL color Cylindrical-coordinate representation of color #D81E40: hue angle of 349.03º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D81E40 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 30 64 -
CMYK 0 0.86 0.70 0.15
HSL 349.03º 0.76% 0.48% -
HSV(B) 349.03º 0.86% 0.85% -
XYZ 29.71 15.9 6.35 -
YUV 89.49 113.62 218.24 -
System Red Green Blue C M Y K H S L
Decimal 216 30 64 0 0.86 0.70 0.15 349.03 0.76 0.48
Hex D8 1E 40 0 56 46 F 15D 4C 30
Octal 330 36 100 0 126 106 17 535 114 60
Binary 11011000 11110 1000000 0 1010110 1000110 1111 101011101 1001100 110000

Color Harmonies of #D81E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81E40

Black with #D81E40

Text Example


Text Example

White with #D81E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81E40; }

 p { color: rgb(216,30,64); }

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

background-color css

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

 a { background-color: rgb(216,30,64); }

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

border-color css

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

 span { border-color: rgb(216,30,64); }

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