Html Css Color HEX #D80545 Crimson

📋 copy color: '#D80545'

red 216 ◦ green 5 ◦ blue 69

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

Shades of Crimson #D80545

Tints of Crimson #D80545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.79%

R = 74.48%
G = 1.72%
B = 23.79%

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

#D80545 (or 0xD80545) is known color: Crimson. HEX triplet: D8, 05 and 45. RGB value is (216,5,69). Sum of RGB (Red+Green+Blue) = 216+5+69=290 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.48% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 216 - color contains mainly: red. Hex color #D80545 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80545 is #27FABA. Grayscale: #4B4B4B. Windows color (decimal): -2620091 or 4523480. OLE color: 4523480.

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

Color convert

RGB 216 5 69 -
CMYK 0 0.98 0.68 0.15
HSL 341.8º 0.95% 0.43% -
HSV(B) 341.8º 0.98% 0.85% -
XYZ 29.45 15.14 7 -
YUV 75.39 124.4 228.3 -
System Red Green Blue C M Y K H S L
Decimal 216 5 69 0 0.98 0.68 0.15 341.8 0.95 0.43
Hex D8 5 45 0 62 44 F 156 5F 2B
Octal 330 5 105 0 142 104 17 526 137 53
Binary 11011000 101 1000101 0 1100010 1000100 1111 101010110 1011111 101011

Color Harmonies of #D80545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80545

Black with #D80545

Text Example


Text Example

White with #D80545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80545; }

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

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

background-color css

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

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

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

border-color css

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

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

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