Html Css Color HEX #D80540 Crimson

📋 copy color: '#D80540'

red 216 ◦ green 5 ◦ blue 64

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

Shades of Crimson #D80540

Tints of Crimson #D80540

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.75%

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

R = 75.79%
G = 1.75%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D80540 (or 0xD80540) is known color: Crimson. HEX triplet: D8, 05 and 40. RGB value is (216,5,64). Sum of RGB (Red+Green+Blue) = 216+5+64=285 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.79% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 216 - color contains mainly: red. Hex color #D80540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80540 is #27FABF. Grayscale: #4A4A4A. Windows color (decimal): -2620096 or 4195800. OLE color: 4195800.

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

Color convert

RGB 216 5 64 -
CMYK 0 0.98 0.70 0.15
HSL 343.22º 0.95% 0.43% -
HSV(B) 343.22º 0.98% 0.85% -
XYZ 29.3 15.08 6.22 -
YUV 74.82 121.9 228.7 -
System Red Green Blue C M Y K H S L
Decimal 216 5 64 0 0.98 0.70 0.15 343.22 0.95 0.43
Hex D8 5 40 0 62 46 F 157 5F 2B
Octal 330 5 100 0 142 106 17 527 137 53
Binary 11011000 101 1000000 0 1100010 1000110 1111 101010111 1011111 101011

Color Harmonies of #D80540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80540

Black with #D80540

Text Example


Text Example

White with #D80540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80540; }

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

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

background-color css

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

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

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

border-color css

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

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

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