Html Css Color HEX #951439 Bright Red

📋 copy color: '#951439'

red 149 ◦ green 20 ◦ blue 57

#951439
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Red #951439

Tints of Bright Red #951439

RGB

 RED value IS 149 (58.59% from 255) = 65.93%

 GREEN value IS 20 (8.2% from 255) = 8.85%

 BLUE value IS 57 (22.66% from 255) = 25.22%

R = 65.93%
G = 8.85%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#951439 (or 0x951439) is known color: Bright Red. HEX triplet: 95, 14 and 39. RGB value is (149,20,57). Sum of RGB (Red+Green+Blue) = 149+20+57=226 (29% of max value = 765). Red value is 149 (58.59% from 255 or 65.93% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 57 (22.66% from 255 or 25.22% from 226); Max value from RGB is 149 - color contains mainly: red. Hex color #951439 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951439 is #6AEBC6. Grayscale: #3E3E3E. Windows color (decimal): -7007175 or 3740821. OLE color: 3740821.

HSL color Cylindrical-coordinate representation of color #951439: hue angle of 342.79º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951439 is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 20 57 -
CMYK 0 0.87 0.62 0.42
HSL 342.79º 0.76% 0.33% -
HSV(B) 342.79º 0.87% 0.58% -
XYZ 13.38 7.19 4.55 -
YUV 62.79 124.74 189.49 -
System Red Green Blue C M Y K H S L
Decimal 149 20 57 0 0.87 0.62 0.42 342.79 0.76 0.33
Hex 95 14 39 0 57 3E 2A 157 4C 21
Octal 225 24 71 0 127 76 52 527 114 41
Binary 10010101 10100 111001 0 1010111 111110 101010 101010111 1001100 100001

Color Harmonies of #951439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951439

Black with #951439

Text Example


Text Example

White with #951439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951439; }

 p { color: rgb(149,20,57); }

 H1.HeaderClassName
 {
   color: #951439;
 }
 .AnyTagClassName
 {
   color: #951439;
 }
</style>

background-color css

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

 a { background-color: rgb(149,20,57); }

 div.DivClassName
 {
   background-color: #951439;
 }
 .BgClassName
 {
   background-color: #951439;
 }
</style>

border-color css

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

 span { border-color: rgb(149,20,57); }

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