Html Css Color HEX #D80830 Crimson

📋 copy color: '#D80830'

red 216 ◦ green 8 ◦ blue 48

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

Shades of Crimson #D80830

Tints of Crimson #D80830

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.94%

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

R = 79.41%
G = 2.94%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D80830 (or 0xD80830) is known color: Crimson. HEX triplet: D8, 08 and 30. RGB value is (216,8,48). Sum of RGB (Red+Green+Blue) = 216+8+48=272 (36% of max value = 765). Red value is 216 (84.77% from 255 or 79.41% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 216 - color contains mainly: red. Hex color #D80830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80830 is #27F7CF. Grayscale: #4A4A4A. Windows color (decimal): -2619344 or 3147992. OLE color: 3147992.

HSL color Cylindrical-coordinate representation of color #D80830: hue angle of 348.46º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D80830 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 8 48 -
CMYK 0 0.96 0.78 0.15
HSL 348.46º 0.93% 0.44% -
HSV(B) 348.46º 0.96% 0.85% -
XYZ 28.94 14.99 4.16 -
YUV 74.75 112.91 228.75 -
System Red Green Blue C M Y K H S L
Decimal 216 8 48 0 0.96 0.78 0.15 348.46 0.93 0.44
Hex D8 8 30 0 60 4E F 15C 5D 2C
Octal 330 10 60 0 140 116 17 534 135 54
Binary 11011000 1000 110000 0 1100000 1001110 1111 101011100 1011101 101100

Color Harmonies of #D80830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80830

Black with #D80830

Text Example


Text Example

White with #D80830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80830; }

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

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

background-color css

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

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

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

border-color css

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

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

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