Html Css Color HEX #D80546 Crimson

📋 copy color: '#D80546'

red 216 ◦ green 5 ◦ blue 70

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

Shades of Crimson #D80546

Tints of Crimson #D80546

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.72%

 BLUE value IS 70 (27.73% from 255) = 24.05%

R = 74.23%
G = 1.72%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D80546 (or 0xD80546) is known color: Crimson. HEX triplet: D8, 05 and 46. RGB value is (216,5,70). Sum of RGB (Red+Green+Blue) = 216+5+70=291 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.23% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 216 - color contains mainly: red. Hex color #D80546 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80546 is #27FAB9. Grayscale: #4B4B4B. Windows color (decimal): -2620090 or 4589016. OLE color: 4589016.

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

Color convert

RGB 216 5 70 -
CMYK 0 0.98 0.68 0.15
HSL 341.52º 0.95% 0.43% -
HSV(B) 341.52º 0.98% 0.85% -
XYZ 29.48 15.15 7.16 -
YUV 75.5 124.9 228.21 -
System Red Green Blue C M Y K H S L
Decimal 216 5 70 0 0.98 0.68 0.15 341.52 0.95 0.43
Hex D8 5 46 0 62 44 F 156 5F 2B
Octal 330 5 106 0 142 104 17 526 137 53
Binary 11011000 101 1000110 0 1100010 1000100 1111 101010110 1011111 101011

Color Harmonies of #D80546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80546

Black with #D80546

Text Example


Text Example

White with #D80546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80546; }

 p { color: rgb(216,5,70); }

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

background-color css

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

 a { background-color: rgb(216,5,70); }

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

border-color css

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

 span { border-color: rgb(216,5,70); }

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