#981C23

Color #981C23 Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #981C23

Tints of Bright Red #981C23

Color information

#981C23 (or 0x981C23) is unknown color: approx Bright Red. HEX triplet: 98, 1C and 23. RGB value is (152,28,35). Sum of RGB (Red+Green+Blue) = 152+28+35=215 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.70% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 35 (14.06% from 255 or 16.28% from 215); Max value from RGB is 152 - color contains mainly: red. Hex color #981C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981C23 is #67E3DC. Grayscale: #414141. Windows color (decimal): -6808541 or 2301080. OLE color: 2301080.

HSL color Cylindrical-coordinate representation of color #981C23: hue angle of 356.61º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #981C23 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.40.

Color convert

RGB1522835-
CMYK00.820.770.40
HSL356.61º68.89%35.29%-
HSV(B)356.61º81.58%59.61%-
XYZ13.677.632.34-
YUV65.87110.58189.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 70.70%
GREEN value IS 28 (11.33% from 255) = 13.02%
BLUE value IS 35 (14.06% from 255) = 16.28%
R=70.70%
G=13.02%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.77
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152283500.820.770.40356.6168.8935.29
Hex981C230524D281654523
Octal230344301221155054510543
Binary10011000111001000110101001010011011010001011001011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981C23; }

 p { color: rgb(152,28,35); }

 H1.HeaderClassName
 {
   color: #981C23;
 }
 .AnyTagClassName
 {
   color: #981C23;
 }
</style>
background-color css

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

 a { background-color: rgb(152,28,35); }

 div.DivClassName
 {
   background-color: #981C23;
 }
 .BgClassName
 {
   background-color: #981C23;
 }
</style>
border-color css

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

 span { border-color: rgb(152,28,35); }

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