Html Css Color HEX #D80A4A Crimson

📋 copy color: '#D80A4A'

red 216 ◦ green 10 ◦ blue 74

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

Shades of Crimson #D80A4A

Tints of Crimson #D80A4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.67%

R = 72%
G = 3.33%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D80A4A (or 0xD80A4A) is known color: Crimson. HEX triplet: D8, 0A and 4A. RGB value is (216,10,74). Sum of RGB (Red+Green+Blue) = 216+10+74=300 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72% from 300); Green value is 10 (4.30% from 255 or 3.33% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 216 - color contains mainly: red. Hex color #D80A4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80A4A is #27F5B5. Grayscale: #4E4E4E. Windows color (decimal): -2618806 or 4852440. OLE color: 4852440.

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

Color convert

RGB 216 10 74 -
CMYK 0 0.95 0.66 0.15
HSL 341.36º 0.91% 0.44% -
HSV(B) 341.36º 0.95% 0.85% -
XYZ 29.66 15.31 7.87 -
YUV 78.89 125.25 225.8 -
System Red Green Blue C M Y K H S L
Decimal 216 10 74 0 0.95 0.66 0.15 341.36 0.91 0.44
Hex D8 A 4A 0 5F 42 F 155 5B 2C
Octal 330 12 112 0 137 102 17 525 133 54
Binary 11011000 1010 1001010 0 1011111 1000010 1111 101010101 1011011 101100

Color Harmonies of #D80A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80A4A

Black with #D80A4A

Text Example


Text Example

White with #D80A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80A4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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