Html Css Color HEX #95232A Bright Red

📋 copy color: '#95232A'

red 149 ◦ green 35 ◦ blue 42

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

Shades of Bright Red #95232A

Tints of Bright Red #95232A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.49%

 BLUE value IS 42 (16.8% from 255) = 18.58%

R = 65.93%
G = 15.49%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#95232A (or 0x95232A) is known color: Bright Red. HEX triplet: 95, 23 and 2A. RGB value is (149,35,42). Sum of RGB (Red+Green+Blue) = 149+35+42=226 (29% of max value = 765). Red value is 149 (58.59% from 255 or 65.93% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 149 - color contains mainly: red. Hex color #95232A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95232A is #6ADCD5. Grayscale: #454545. Windows color (decimal): -7003350 or 2761621. OLE color: 2761621.

HSL color Cylindrical-coordinate representation of color #95232A: hue angle of 356.32º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #95232A is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 35 42 -
CMYK 0 0.77 0.72 0.42
HSL 356.32º 0.62% 0.36% -
HSV(B) 356.32º 0.77% 0.58% -
XYZ 13.41 7.76 2.98 -
YUV 69.88 112.27 184.43 -
System Red Green Blue C M Y K H S L
Decimal 149 35 42 0 0.77 0.72 0.42 356.32 0.62 0.36
Hex 95 23 2A 0 4D 48 2A 164 3E 24
Octal 225 43 52 0 115 110 52 544 76 44
Binary 10010101 100011 101010 0 1001101 1001000 101010 101100100 111110 100100

Color Harmonies of #95232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95232A

Black with #95232A

Text Example


Text Example

White with #95232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95232A; }

 p { color: rgb(149,35,42); }

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

background-color css

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

 a { background-color: rgb(149,35,42); }

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

border-color css

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

 span { border-color: rgb(149,35,42); }

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