Html Css Color HEX #D80A2D Crimson

📋 copy color: '#D80A2D'

red 216 ◦ green 10 ◦ blue 45

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

Shades of Crimson #D80A2D

Tints of Crimson #D80A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.61%

R = 79.7%
G = 3.69%
B = 16.61%

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

#D80A2D (or 0xD80A2D) is known color: Crimson. HEX triplet: D8, 0A and 2D. RGB value is (216,10,45). Sum of RGB (Red+Green+Blue) = 216+10+45=271 (35% of max value = 765). Red value is 216 (84.77% from 255 or 79.70% from 271); Green value is 10 (4.30% from 255 or 3.69% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 216 - color contains mainly: red. Hex color #D80A2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80A2D is #27F5D2. Grayscale: #4B4B4B. Windows color (decimal): -2618835 or 2951896. OLE color: 2951896.

HSL color Cylindrical-coordinate representation of color #D80A2D: hue angle of 349.81º 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 #D80A2D is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 10 45 -
CMYK 0 0.95 0.79 0.15
HSL 349.81º 0.91% 0.44% -
HSV(B) 349.81º 0.95% 0.85% -
XYZ 28.9 15.01 3.86 -
YUV 75.58 110.75 228.15 -
System Red Green Blue C M Y K H S L
Decimal 216 10 45 0 0.95 0.79 0.15 349.81 0.91 0.44
Hex D8 A 2D 0 5F 4F F 15E 5B 2C
Octal 330 12 55 0 137 117 17 536 133 54
Binary 11011000 1010 101101 0 1011111 1001111 1111 101011110 1011011 101100

Color Harmonies of #D80A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80A2D

Black with #D80A2D

Text Example


Text Example

White with #D80A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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