Html Css Color HEX #D80530 Crimson

📋 copy color: '#D80530'

red 216 ◦ green 5 ◦ blue 48

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

Shades of Crimson #D80530

Tints of Crimson #D80530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.84%

R = 80.3%
G = 1.86%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D80530 (or 0xD80530) is known color: Crimson. HEX triplet: D8, 05 and 30. RGB value is (216,5,48). Sum of RGB (Red+Green+Blue) = 216+5+48=269 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.30% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 216 - color contains mainly: red. Hex color #D80530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80530 is #27FACF. Grayscale: #494949. Windows color (decimal): -2620112 or 3147224. OLE color: 3147224.

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

Color convert

RGB 216 5 48 -
CMYK 0 0.98 0.78 0.15
HSL 347.77º 0.95% 0.43% -
HSV(B) 347.77º 0.98% 0.85% -
XYZ 28.91 14.92 4.15 -
YUV 72.99 113.9 230 -
System Red Green Blue C M Y K H S L
Decimal 216 5 48 0 0.98 0.78 0.15 347.77 0.95 0.43
Hex D8 5 30 0 62 4E F 15C 5F 2B
Octal 330 5 60 0 142 116 17 534 137 53
Binary 11011000 101 110000 0 1100010 1001110 1111 101011100 1011111 101011

Color Harmonies of #D80530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80530

Black with #D80530

Text Example


Text Example

White with #D80530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80530; }

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

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

background-color css

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

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

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

border-color css

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

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

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