#9C223F

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

Shades of Bright Red #9C223F

Tints of Bright Red #9C223F

Color information

#9C223F (or 0x9C223F) is unknown color: approx Bright Red. HEX triplet: 9C, 22 and 3F. RGB value is (156,34,63). Sum of RGB (Red+Green+Blue) = 156+34+63=253 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.66% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 63 (25% from 255 or 24.90% from 253); Max value from RGB is 156 - color contains mainly: red. Hex color #9C223F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C223F is #63DDC0. Grayscale: #494949. Windows color (decimal): -6544833 or 4137628. OLE color: 4137628.

HSL color Cylindrical-coordinate representation of color #9C223F: hue angle of 345.74º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C223F is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.39.

Color convert

RGB1563463-
CMYK00.780.600.39
HSL345.74º64.21%37.25%-
HSV(B)345.74º78.21%61.18%-
XYZ15.188.575.56-
YUV73.78121.92186.64-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 61.66%
GREEN value IS 34 (13.67% from 255) = 13.44%
BLUE value IS 63 (25% from 255) = 24.90%
R=61.66%
G=13.44%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.60
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156346300.780.600.39345.7464.2137.25
Hex9C223F04E3C2715a4025
Octal23442770116744753210045
Binary10011100100010111111010011101111001001111010110101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C223F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C223F; }

 p { color: rgb(156,34,63); }

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

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

 a { background-color: rgb(156,34,63); }

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

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

 span { border-color: rgb(156,34,63); }

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