Html Css Color HEX #D80C40 Crimson

📋 copy color: '#D80C40'

red 216 ◦ green 12 ◦ blue 64

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

Shades of Crimson #D80C40

Tints of Crimson #D80C40

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.11%

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

R = 73.97%
G = 4.11%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D80C40 (or 0xD80C40) is known color: Crimson. HEX triplet: D8, 0C and 40. RGB value is (216,12,64). Sum of RGB (Red+Green+Blue) = 216+12+64=292 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.97% from 292); Green value is 12 (5.08% from 255 or 4.11% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80C40 is #27F3BF. Grayscale: #4E4E4E. Windows color (decimal): -2618304 or 4197592. OLE color: 4197592.

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

Color convert

RGB 216 12 64 -
CMYK 0 0.94 0.70 0.15
HSL 344.71º 0.89% 0.45% -
HSV(B) 344.71º 0.94% 0.85% -
XYZ 29.38 15.23 6.24 -
YUV 78.92 119.59 225.77 -
System Red Green Blue C M Y K H S L
Decimal 216 12 64 0 0.94 0.70 0.15 344.71 0.89 0.45
Hex D8 C 40 0 5E 46 F 159 59 2D
Octal 330 14 100 0 136 106 17 531 131 55
Binary 11011000 1100 1000000 0 1011110 1000110 1111 101011001 1011001 101101

Color Harmonies of #D80C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80C40

Black with #D80C40

Text Example


Text Example

White with #D80C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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