#90252B

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

Shades of Bright Red #90252B

Tints of Bright Red #90252B

Color information

#90252B (or 0x90252B) is unknown color: approx Bright Red. HEX triplet: 90, 25 and 2B. RGB value is (144,37,43). Sum of RGB (Red+Green+Blue) = 144+37+43=224 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.29% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 144 - color contains mainly: red. Hex color #90252B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90252B is #6FDAD4. Grayscale: #454545. Windows color (decimal): -7330517 or 2827664. OLE color: 2827664.

HSL color Cylindrical-coordinate representation of color #90252B: hue angle of 356.64º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #90252B is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB1443743-
CMYK00.740.700.44
HSL356.64º59.12%35.49%-
HSV(B)356.64º74.31%56.47%-
XYZ12.67.433.05-
YUV69.68112.95181.01-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 64.29%
GREEN value IS 37 (14.84% from 255) = 16.52%
BLUE value IS 43 (17.19% from 255) = 19.20%
R=64.29%
G=16.52%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144374300.740.700.44356.6459.1235.49
Hex90252B04A462C1653b23
Octal22045530112106545457343
Binary10010000100101101011010010101000110101100101100101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90252B; }

 p { color: rgb(144,37,43); }

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

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

 a { background-color: rgb(144,37,43); }

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

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

 span { border-color: rgb(144,37,43); }

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