Html Css Color HEX #95263B Bright Red

📋 copy color: '#95263B'

red 149 ◦ green 38 ◦ blue 59

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

Shades of Bright Red #95263B

Tints of Bright Red #95263B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.45%

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

R = 60.57%
G = 15.45%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#95263B (or 0x95263B) is known color: Bright Red. HEX triplet: 95, 26 and 3B. RGB value is (149,38,59). Sum of RGB (Red+Green+Blue) = 149+38+59=246 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.57% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 59 (23.44% from 255 or 23.98% from 246); Max value from RGB is 149 - color contains mainly: red. Hex color #95263B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95263B is #6AD9C4. Grayscale: #494949. Windows color (decimal): -7002565 or 3876501. OLE color: 3876501.

HSL color Cylindrical-coordinate representation of color #95263B: hue angle of 348.65º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #95263B is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 38 59 -
CMYK 0 0.74 0.60 0.42
HSL 348.65º 0.59% 0.37% -
HSV(B) 348.65º 0.74% 0.58% -
XYZ 13.88 8.09 4.97 -
YUV 73.58 119.77 181.79 -
System Red Green Blue C M Y K H S L
Decimal 149 38 59 0 0.74 0.60 0.42 348.65 0.59 0.37
Hex 95 26 3B 0 4A 3C 2A 15D 3B 25
Octal 225 46 73 0 112 74 52 535 73 45
Binary 10010101 100110 111011 0 1001010 111100 101010 101011101 111011 100101

Color Harmonies of #95263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95263B

Black with #95263B

Text Example


Text Example

White with #95263B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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