#951F30

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

Shades of Bright Red #951F30

Tints of Bright Red #951F30

Color information

#951F30 (or 0x951F30) is unknown color: approx Bright Red. HEX triplet: 95, 1F and 30. RGB value is (149,31,48). Sum of RGB (Red+Green+Blue) = 149+31+48=228 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.35% from 228); Green value is 31 (12.5% from 255 or 13.60% from 228); Blue value is 48 (19.14% from 255 or 21.05% from 228); Max value from RGB is 149 - color contains mainly: red. Hex color #951F30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951F30 is #6AE0CF. Grayscale: #444444. Windows color (decimal): -7004368 or 3153813. OLE color: 3153813.

HSL color Cylindrical-coordinate representation of color #951F30: hue angle of 351.36º degrees, saturation: 0.66, 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 #951F30 is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB1493148-
CMYK00.790.680.42
HSL351.36º65.56%35.29%-
HSV(B)351.36º79.19%58.43%-
XYZ13.427.583.55-
YUV68.22116.59185.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 65.35%
GREEN value IS 31 (12.5% from 255) = 13.60%
BLUE value IS 48 (19.14% from 255) = 21.05%
R=65.35%
G=13.60%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149314800.790.680.42351.3665.5635.29
Hex951F3004F442A15f4223
Octal225376001171045253710243
Binary10010101111111100000100111110001001010101010111111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951F30; }

 p { color: rgb(149,31,48); }

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

<style>
 a { background-color: #951F30; }

 a { background-color: rgb(149,31,48); }

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

<style>
 span { border-color: #951F30; }

 span { border-color: rgb(149,31,48); }

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