Html Css Color HEX #95233F Bright Red

📋 copy color: '#95233F'

red 149 ◦ green 35 ◦ blue 63

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

Shades of Bright Red #95233F

Tints of Bright Red #95233F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25.51%

R = 60.32%
G = 14.17%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#95233F (or 0x95233F) is known color: Bright Red. HEX triplet: 95, 23 and 3F. RGB value is (149,35,63). Sum of RGB (Red+Green+Blue) = 149+35+63=247 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.32% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 149 - color contains mainly: red. Hex color #95233F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95233F is #6ADCC0. Grayscale: #484848. Windows color (decimal): -7003329 or 4137877. OLE color: 4137877.

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

Color convert

RGB 149 35 63 -
CMYK 0 0.77 0.58 0.42
HSL 345.26º 0.62% 0.36% -
HSV(B) 345.26º 0.77% 0.58% -
XYZ 13.89 7.95 5.51 -
YUV 72.28 122.77 182.72 -
System Red Green Blue C M Y K H S L
Decimal 149 35 63 0 0.77 0.58 0.42 345.26 0.62 0.36
Hex 95 23 3F 0 4D 3A 2A 159 3E 24
Octal 225 43 77 0 115 72 52 531 76 44
Binary 10010101 100011 111111 0 1001101 111010 101010 101011001 111110 100100

Color Harmonies of #95233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95233F

Black with #95233F

Text Example


Text Example

White with #95233F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95233F; }

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

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

background-color css

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

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

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

border-color css

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

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

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