Html Css Color HEX #D81D40 Crimson

📋 copy color: '#D81D40'

red 216 ◦ green 29 ◦ blue 64

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

Shades of Crimson #D81D40

Tints of Crimson #D81D40

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.39%

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

R = 69.9%
G = 9.39%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D81D40 (or 0xD81D40) is known color: Crimson. HEX triplet: D8, 1D and 40. RGB value is (216,29,64). Sum of RGB (Red+Green+Blue) = 216+29+64=309 (40% of max value = 765). Red value is 216 (84.77% from 255 or 69.90% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81D40 is #27E2BF. Grayscale: #585858. Windows color (decimal): -2613952 or 4201944. OLE color: 4201944.

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

Color convert

RGB 216 29 64 -
CMYK 0 0.87 0.70 0.15
HSL 348.77º 0.76% 0.48% -
HSV(B) 348.77º 0.87% 0.85% -
XYZ 29.68 15.85 6.34 -
YUV 88.9 113.95 218.65 -
System Red Green Blue C M Y K H S L
Decimal 216 29 64 0 0.87 0.70 0.15 348.77 0.76 0.48
Hex D8 1D 40 0 57 46 F 15D 4C 30
Octal 330 35 100 0 127 106 17 535 114 60
Binary 11011000 11101 1000000 0 1010111 1000110 1111 101011101 1001100 110000

Color Harmonies of #D81D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81D40

Black with #D81D40

Text Example


Text Example

White with #D81D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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