#941F35

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

Shades of Bright Red #941F35

Tints of Bright Red #941F35

Color information

#941F35 (or 0x941F35) is unknown color: approx Bright Red. HEX triplet: 94, 1F and 35. RGB value is (148,31,53). Sum of RGB (Red+Green+Blue) = 148+31+53=232 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.79% from 232); Green value is 31 (12.5% from 255 or 13.36% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 148 - color contains mainly: red. Hex color #941F35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #941F35 is #6BE0CA. Grayscale: #444444. Windows color (decimal): -7069899 or 3481492. OLE color: 3481492.

HSL color Cylindrical-coordinate representation of color #941F35: hue angle of 348.72º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #941F35 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB1483153-
CMYK00.790.640.42
HSL348.72º65.36%35.1%-
HSV(B)348.72º79.05%58.04%-
XYZ13.357.534.12-
YUV68.49119.26184.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 63.79%
GREEN value IS 31 (12.5% from 255) = 13.36%
BLUE value IS 53 (21.09% from 255) = 22.84%
R=63.79%
G=13.36%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148315300.790.640.42348.7265.3635.1
Hex941F3504F402A15d4123
Octal224376501171005253510143
Binary10010100111111101010100111110000001010101010111011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941F35; }

 p { color: rgb(148,31,53); }

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

<style>
 a { background-color: #941F35; }

 a { background-color: rgb(148,31,53); }

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

<style>
 span { border-color: #941F35; }

 span { border-color: rgb(148,31,53); }

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