Html Css Color HEX #D80A2E Crimson

📋 copy color: '#D80A2E'

red 216 ◦ green 10 ◦ blue 46

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

Shades of Crimson #D80A2E

Tints of Crimson #D80A2E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.68%

 BLUE value IS 46 (18.36% from 255) = 16.91%

R = 79.41%
G = 3.68%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D80A2E (or 0xD80A2E) is known color: Crimson. HEX triplet: D8, 0A and 2E. RGB value is (216,10,46). Sum of RGB (Red+Green+Blue) = 216+10+46=272 (36% of max value = 765). Red value is 216 (84.77% from 255 or 79.41% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 216 - color contains mainly: red. Hex color #D80A2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80A2E is #27F5D1. Grayscale: #4B4B4B. Windows color (decimal): -2618834 or 3017432. OLE color: 3017432.

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

Color convert

RGB 216 10 46 -
CMYK 0 0.95 0.79 0.15
HSL 349.51º 0.91% 0.44% -
HSV(B) 349.51º 0.95% 0.85% -
XYZ 28.92 15.01 3.96 -
YUV 75.7 111.25 228.07 -
System Red Green Blue C M Y K H S L
Decimal 216 10 46 0 0.95 0.79 0.15 349.51 0.91 0.44
Hex D8 A 2E 0 5F 4F F 15E 5B 2C
Octal 330 12 56 0 137 117 17 536 133 54
Binary 11011000 1010 101110 0 1011111 1001111 1111 101011110 1011011 101100

Color Harmonies of #D80A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80A2E

Black with #D80A2E

Text Example


Text Example

White with #D80A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80A2E; }

 p { color: rgb(216,10,46); }

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

background-color css

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

 a { background-color: rgb(216,10,46); }

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

border-color css

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

 span { border-color: rgb(216,10,46); }

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