Html Css Color HEX #D81030 Crimson

📋 copy color: '#D81030'

red 216 ◦ green 16 ◦ blue 48

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

Shades of Crimson #D81030

Tints of Crimson #D81030

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.71%

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

R = 77.14%
G = 5.71%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D81030 (or 0xD81030) is known color: Crimson. HEX triplet: D8, 10 and 30. RGB value is (216,16,48). Sum of RGB (Red+Green+Blue) = 216+16+48=280 (37% of max value = 765). Red value is 216 (84.77% from 255 or 77.14% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 216 - color contains mainly: red. Hex color #D81030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81030 is #27EFCF. Grayscale: #4F4F4F. Windows color (decimal): -2617296 or 3150040. OLE color: 3150040.

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

Color convert

RGB 216 16 48 -
CMYK 0 0.93 0.78 0.15
HSL 350.4º 0.86% 0.45% -
HSV(B) 350.4º 0.93% 0.85% -
XYZ 29.04 15.18 4.2 -
YUV 79.45 110.26 225.4 -
System Red Green Blue C M Y K H S L
Decimal 216 16 48 0 0.93 0.78 0.15 350.4 0.86 0.45
Hex D8 10 30 0 5D 4E F 15E 56 2D
Octal 330 20 60 0 135 116 17 536 126 55
Binary 11011000 10000 110000 0 1011101 1001110 1111 101011110 1010110 101101

Color Harmonies of #D81030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81030

Black with #D81030

Text Example


Text Example

White with #D81030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81030; }

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

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

background-color css

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

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

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

border-color css

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

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

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