Html Css Color HEX #951237 Bright Red

📋 copy color: '#951237'

red 149 ◦ green 18 ◦ blue 55

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

Shades of Bright Red #951237

Tints of Bright Red #951237

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.11%

 BLUE value IS 55 (21.88% from 255) = 24.77%

R = 67.12%
G = 8.11%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#951237 (or 0x951237) is known color: Bright Red. HEX triplet: 95, 12 and 37. RGB value is (149,18,55). Sum of RGB (Red+Green+Blue) = 149+18+55=222 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.12% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 55 (21.88% from 255 or 24.77% from 222); Max value from RGB is 149 - color contains mainly: red. Hex color #951237 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951237 is #6AEDC8. Grayscale: #3D3D3D. Windows color (decimal): -7007689 or 3609237. OLE color: 3609237.

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

Color convert

RGB 149 18 55 -
CMYK 0 0.88 0.63 0.42
HSL 343.05º 0.78% 0.33% -
HSV(B) 343.05º 0.88% 0.58% -
XYZ 13.3 7.1 4.28 -
YUV 61.39 124.4 190.49 -
System Red Green Blue C M Y K H S L
Decimal 149 18 55 0 0.88 0.63 0.42 343.05 0.78 0.33
Hex 95 12 37 0 58 3F 2A 157 4E 21
Octal 225 22 67 0 130 77 52 527 116 41
Binary 10010101 10010 110111 0 1011000 111111 101010 101010111 1001110 100001

Color Harmonies of #951237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951237

Black with #951237

Text Example


Text Example

White with #951237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951237; }

 p { color: rgb(149,18,55); }

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

background-color css

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

 a { background-color: rgb(149,18,55); }

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

border-color css

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

 span { border-color: rgb(149,18,55); }

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