Html Css Color HEX #D80534 Crimson

📋 copy color: '#D80534'

red 216 ◦ green 5 ◦ blue 52

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

Shades of Crimson #D80534

Tints of Crimson #D80534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.05%

R = 79.12%
G = 1.83%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D80534 (or 0xD80534) is known color: Crimson. HEX triplet: D8, 05 and 34. RGB value is (216,5,52). Sum of RGB (Red+Green+Blue) = 216+5+52=273 (36% of max value = 765). Red value is 216 (84.77% from 255 or 79.12% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 216 - color contains mainly: red. Hex color #D80534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80534 is #27FACB. Grayscale: #494949. Windows color (decimal): -2620108 or 3409368. OLE color: 3409368.

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

Color convert

RGB 216 5 52 -
CMYK 0 0.98 0.76 0.15
HSL 346.64º 0.95% 0.43% -
HSV(B) 346.64º 0.98% 0.85% -
XYZ 28.99 14.96 4.61 -
YUV 73.45 115.9 229.68 -
System Red Green Blue C M Y K H S L
Decimal 216 5 52 0 0.98 0.76 0.15 346.64 0.95 0.43
Hex D8 5 34 0 62 4C F 15B 5F 2B
Octal 330 5 64 0 142 114 17 533 137 53
Binary 11011000 101 110100 0 1100010 1001100 1111 101011011 1011111 101011

Color Harmonies of #D80534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80534

Black with #D80534

Text Example


Text Example

White with #D80534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80534; }

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

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

background-color css

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

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

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

border-color css

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

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

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