Html Css Color HEX #D80440 Crimson

📋 copy color: '#D80440'

red 216 ◦ green 4 ◦ blue 64

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

Shades of Crimson #D80440

Tints of Crimson #D80440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.41%

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

R = 76.06%
G = 1.41%
B = 22.54%

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

#D80440 (or 0xD80440) is known color: Crimson. HEX triplet: D8, 04 and 40. RGB value is (216,4,64). Sum of RGB (Red+Green+Blue) = 216+4+64=284 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.06% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 216 - color contains mainly: red. Hex color #D80440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80440 is #27FBBF. Grayscale: #4A4A4A. Windows color (decimal): -2620352 or 4195544. OLE color: 4195544.

HSL color Cylindrical-coordinate representation of color #D80440: hue angle of 343.02º degrees, saturation: 0.96, 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 #D80440 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 4 64 -
CMYK 0 0.98 0.70 0.15
HSL 343.02º 0.96% 0.43% -
HSV(B) 343.02º 0.98% 0.85% -
XYZ 29.29 15.06 6.21 -
YUV 74.23 122.24 229.12 -
System Red Green Blue C M Y K H S L
Decimal 216 4 64 0 0.98 0.70 0.15 343.02 0.96 0.43
Hex D8 4 40 0 62 46 F 157 60 2B
Octal 330 4 100 0 142 106 17 527 140 53
Binary 11011000 100 1000000 0 1100010 1000110 1111 101010111 1100000 101011

Color Harmonies of #D80440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80440

Black with #D80440

Text Example


Text Example

White with #D80440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80440; }

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

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

background-color css

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

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

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

border-color css

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

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

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