#9A253C

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

Shades of Bright Red #9A253C

Tints of Bright Red #9A253C

Color information

#9A253C (or 0x9A253C) is unknown color: approx Bright Red. HEX triplet: 9A, 25 and 3C. RGB value is (154,37,60). Sum of RGB (Red+Green+Blue) = 154+37+60=251 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.35% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 154 - color contains mainly: red. Hex color #9A253C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A253C is #65DAC3. Grayscale: #4A4A4A. Windows color (decimal): -6675140 or 3941786. OLE color: 3941786.

HSL color Cylindrical-coordinate representation of color #9A253C: hue angle of 348.21º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9A253C is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB1543760-
CMYK00.760.610.40
HSL348.21º61.26%37.45%-
HSV(B)348.21º75.97%60.39%-
XYZ14.88.525.14-
YUV74.6119.76184.63-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 61.35%
GREEN value IS 37 (14.84% from 255) = 14.74%
BLUE value IS 60 (23.83% from 255) = 23.90%
R=61.35%
G=14.74%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154376000.760.610.40348.2161.2637.45
Hex9A253C04C3D2815c3d25
Octal2324574011475505347545
Binary1001101010010111110001001100111101101000101011100111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A253C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,37,60); }

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

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

 a { background-color: rgb(154,37,60); }

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

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

 span { border-color: rgb(154,37,60); }

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