#95212F

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

Shades of Bright Red #95212F

Tints of Bright Red #95212F

Color information

#95212F (or 0x95212F) is unknown color: approx Bright Red. HEX triplet: 95, 21 and 2F. RGB value is (149,33,47). Sum of RGB (Red+Green+Blue) = 149+33+47=229 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.07% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 149 - color contains mainly: red. Hex color #95212F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95212F is #6ADED0. Grayscale: #454545. Windows color (decimal): -7003857 or 3088789. OLE color: 3088789.

HSL color Cylindrical-coordinate representation of color #95212F: hue angle of 352.76º 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 #95212F is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB1493347-
CMYK00.780.680.42
HSL352.76º63.74%35.69%-
HSV(B)352.76º77.85%58.43%-
XYZ13.457.683.46-
YUV69.28115.43184.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 65.07%
GREEN value IS 33 (13.28% from 255) = 14.41%
BLUE value IS 47 (18.75% from 255) = 20.52%
R=65.07%
G=14.41%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149334700.780.680.42352.7663.7435.69
Hex95212F04E442A1614024
Octal225415701161045254110044
Binary100101011000011011110100111010001001010101011000011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95212F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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