Html Css Color HEX #95223B Bright Red

📋 copy color: '#95223B'

red 149 ◦ green 34 ◦ blue 59

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

Shades of Bright Red #95223B

Tints of Bright Red #95223B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.05%

 BLUE value IS 59 (23.44% from 255) = 24.38%

R = 61.57%
G = 14.05%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#95223B (or 0x95223B) is known color: Bright Red. HEX triplet: 95, 22 and 3B. RGB value is (149,34,59). Sum of RGB (Red+Green+Blue) = 149+34+59=242 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.57% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 149 - color contains mainly: red. Hex color #95223B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95223B is #6ADDC4. Grayscale: #474747. Windows color (decimal): -7003589 or 3875477. OLE color: 3875477.

HSL color Cylindrical-coordinate representation of color #95223B: hue angle of 346.96º degrees, saturation: 0.63, 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 #95223B is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 34 59 -
CMYK 0 0.77 0.60 0.42
HSL 346.96º 0.63% 0.36% -
HSV(B) 346.96º 0.77% 0.58% -
XYZ 13.76 7.85 4.93 -
YUV 71.24 121.1 183.47 -
System Red Green Blue C M Y K H S L
Decimal 149 34 59 0 0.77 0.60 0.42 346.96 0.63 0.36
Hex 95 22 3B 0 4D 3C 2A 15B 3F 24
Octal 225 42 73 0 115 74 52 533 77 44
Binary 10010101 100010 111011 0 1001101 111100 101010 101011011 111111 100100

Color Harmonies of #95223B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95223B

Black with #95223B

Text Example


Text Example

White with #95223B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95223B; }

 p { color: rgb(149,34,59); }

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

background-color css

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

 a { background-color: rgb(149,34,59); }

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

border-color css

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

 span { border-color: rgb(149,34,59); }

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