Html Css Color HEX #D81130 Crimson

📋 copy color: '#D81130'

red 216 ◦ green 17 ◦ blue 48

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

Shades of Crimson #D81130

Tints of Crimson #D81130

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.05%

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

R = 76.87%
G = 6.05%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D81130 (or 0xD81130) is known color: Crimson. HEX triplet: D8, 11 and 30. RGB value is (216,17,48). Sum of RGB (Red+Green+Blue) = 216+17+48=281 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.87% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 216 - color contains mainly: red. Hex color #D81130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81130 is #27EECF. Grayscale: #505050. Windows color (decimal): -2617040 or 3150296. OLE color: 3150296.

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

Color convert

RGB 216 17 48 -
CMYK 0 0.92 0.78 0.15
HSL 350.65º 0.85% 0.46% -
HSV(B) 350.65º 0.92% 0.85% -
XYZ 29.05 15.21 4.2 -
YUV 80.04 109.93 224.98 -
System Red Green Blue C M Y K H S L
Decimal 216 17 48 0 0.92 0.78 0.15 350.65 0.85 0.46
Hex D8 11 30 0 5C 4E F 15F 55 2E
Octal 330 21 60 0 134 116 17 537 125 56
Binary 11011000 10001 110000 0 1011100 1001110 1111 101011111 1010101 101110

Color Harmonies of #D81130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81130

Black with #D81130

Text Example


Text Example

White with #D81130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81130; }

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

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

background-color css

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

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

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

border-color css

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

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

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