#95212C

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

Shades of Bright Red #95212C

Tints of Bright Red #95212C

Color information

#95212C (or 0x95212C) is unknown color: approx Bright Red. HEX triplet: 95, 21 and 2C. RGB value is (149,33,44). Sum of RGB (Red+Green+Blue) = 149+33+44=226 (29% of max value = 765). Red value is 149 (58.59% from 255 or 65.93% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 149 - color contains mainly: red. Hex color #95212C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95212C is #6ADED3. Grayscale: #454545. Windows color (decimal): -7003860 or 2892181. OLE color: 2892181.

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

Color convert

RGB1493344-
CMYK00.780.700.42
HSL354.31º63.74%35.69%-
HSV(B)354.31º77.85%58.43%-
XYZ13.397.663.16-
YUV68.94113.93185.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 65.93%
GREEN value IS 33 (13.28% from 255) = 14.60%
BLUE value IS 44 (17.58% from 255) = 19.47%
R=65.93%
G=14.60%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149334400.780.700.42354.3163.7435.69
Hex95212C04E462A1624024
Octal225415401161065254210044
Binary100101011000011011000100111010001101010101011000101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,33,44); }

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

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

 a { background-color: rgb(149,33,44); }

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

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

 span { border-color: rgb(149,33,44); }

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