#9B2F42

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

Shades of Bright Red #9B2F42

Tints of Bright Red #9B2F42

Color information

#9B2F42 (or 0x9B2F42) is unknown color: approx Bright Red. HEX triplet: 9B, 2F and 42. RGB value is (155,47,66). Sum of RGB (Red+Green+Blue) = 155+47+66=268 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.84% from 268); Green value is 47 (18.75% from 255 or 17.54% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2F42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2F42 is #64D0BD. Grayscale: #515151. Windows color (decimal): -6607038 or 4337563. OLE color: 4337563.

HSL color Cylindrical-coordinate representation of color #9B2F42: hue angle of 349.44º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B2F42 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.39.

Color convert

RGB1554766-
CMYK00.700.570.39
HSL349.44º53.47%39.61%-
HSV(B)349.44º69.68%60.78%-
XYZ15.529.396.15-
YUV81.46119.28180.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 57.84%
GREEN value IS 47 (18.75% from 255) = 17.54%
BLUE value IS 66 (26.17% from 255) = 24.63%
R=57.84%
G=17.54%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.57
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155476600.700.570.39349.4453.4739.61
Hex9B2F42046392715d3528
Octal23357102010671475356550
Binary10011011101111100001001000110111001100111101011101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,47,66); }

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

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

 a { background-color: rgb(155,47,66); }

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

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

 span { border-color: rgb(155,47,66); }

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