Html Css Color HEX #951235 Bright Red

📋 copy color: '#951235'

red 149 ◦ green 18 ◦ blue 53

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

Shades of Bright Red #951235

Tints of Bright Red #951235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.09%

R = 67.73%
G = 8.18%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#951235 (or 0x951235) is known color: Bright Red. HEX triplet: 95, 12 and 35. RGB value is (149,18,53). Sum of RGB (Red+Green+Blue) = 149+18+53=220 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.73% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 53 (21.09% from 255 or 24.09% from 220); Max value from RGB is 149 - color contains mainly: red. Hex color #951235 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951235 is #6AEDCA. Grayscale: #3D3D3D. Windows color (decimal): -7007691 or 3478165. OLE color: 3478165.

HSL color Cylindrical-coordinate representation of color #951235: hue angle of 343.97º 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 #951235 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 18 53 -
CMYK 0 0.88 0.64 0.42
HSL 343.97º 0.78% 0.33% -
HSV(B) 343.97º 0.88% 0.58% -
XYZ 13.25 7.08 4.04 -
YUV 61.16 123.4 190.65 -
System Red Green Blue C M Y K H S L
Decimal 149 18 53 0 0.88 0.64 0.42 343.97 0.78 0.33
Hex 95 12 35 0 58 40 2A 158 4E 21
Octal 225 22 65 0 130 100 52 530 116 41
Binary 10010101 10010 110101 0 1011000 1000000 101010 101011000 1001110 100001

Color Harmonies of #951235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951235

Black with #951235

Text Example


Text Example

White with #951235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951235; }

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

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

background-color css

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

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

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

border-color css

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

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

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