Html Css Color HEX #95232E Bright Red

📋 copy color: '#95232E'

red 149 ◦ green 35 ◦ blue 46

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

Shades of Bright Red #95232E

Tints of Bright Red #95232E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 20%

R = 64.78%
G = 15.22%
B = 20%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#95232E (or 0x95232E) is known color: Bright Red. HEX triplet: 95, 23 and 2E. RGB value is (149,35,46). Sum of RGB (Red+Green+Blue) = 149+35+46=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 46 (18.36% from 255 or 20% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #95232E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95232E is #6ADCD1. Grayscale: #464646. Windows color (decimal): -7003346 or 3023765. OLE color: 3023765.

HSL color Cylindrical-coordinate representation of color #95232E: hue angle of 354.21º 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 #95232E is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 35 46 -
CMYK 0 0.77 0.69 0.42
HSL 354.21º 0.62% 0.36% -
HSV(B) 354.21º 0.77% 0.58% -
XYZ 13.49 7.79 3.38 -
YUV 70.34 114.27 184.11 -
System Red Green Blue C M Y K H S L
Decimal 149 35 46 0 0.77 0.69 0.42 354.21 0.62 0.36
Hex 95 23 2E 0 4D 45 2A 162 3E 24
Octal 225 43 56 0 115 105 52 542 76 44
Binary 10010101 100011 101110 0 1001101 1000101 101010 101100010 111110 100100

Color Harmonies of #95232E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95232E

Black with #95232E

Text Example


Text Example

White with #95232E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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