#95243C

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

Shades of Bright Red #95243C

Tints of Bright Red #95243C

Color information

#95243C (or 0x95243C) is unknown color: approx Bright Red. HEX triplet: 95, 24 and 3C. RGB value is (149,36,60). Sum of RGB (Red+Green+Blue) = 149+36+60=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #95243C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95243C is #6ADBC3. Grayscale: #484848. Windows color (decimal): -7003076 or 3941525. OLE color: 3941525.

HSL color Cylindrical-coordinate representation of color #95243C: hue angle of 347.26º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #95243C is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB1493660-
CMYK00.760.600.42
HSL347.26º61.08%36.27%-
HSV(B)347.26º75.84%58.43%-
XYZ13.847.985.09-
YUV72.52120.94182.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 60.82%
GREEN value IS 36 (14.45% from 255) = 14.69%
BLUE value IS 60 (23.83% from 255) = 24.49%
R=60.82%
G=14.69%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149366000.760.600.42347.2661.0836.27
Hex95243C04C3C2A15b3d24
Octal2254474011474525337544
Binary1001010110010011110001001100111100101010101011011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95243C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95243C; }

 p { color: rgb(149,36,60); }

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

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

 a { background-color: rgb(149,36,60); }

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

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

 span { border-color: rgb(149,36,60); }

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