Html Css Color HEX #95263E Bright Red

📋 copy color: '#95263E'

red 149 ◦ green 38 ◦ blue 62

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

Shades of Bright Red #95263E

Tints of Bright Red #95263E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.9%

R = 59.84%
G = 15.26%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#95263E (or 0x95263E) is known color: Bright Red. HEX triplet: 95, 26 and 3E. RGB value is (149,38,62). Sum of RGB (Red+Green+Blue) = 149+38+62=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 62 (24.61% from 255 or 24.90% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #95263E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95263E is #6AD9C1. Grayscale: #494949. Windows color (decimal): -7002562 or 4073109. OLE color: 4073109.

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

Color convert

RGB 149 38 62 -
CMYK 0 0.74 0.58 0.42
HSL 347.03º 0.59% 0.37% -
HSV(B) 347.03º 0.74% 0.58% -
XYZ 13.96 8.12 5.39 -
YUV 73.93 121.27 181.55 -
System Red Green Blue C M Y K H S L
Decimal 149 38 62 0 0.74 0.58 0.42 347.03 0.59 0.37
Hex 95 26 3E 0 4A 3A 2A 15B 3B 25
Octal 225 46 76 0 112 72 52 533 73 45
Binary 10010101 100110 111110 0 1001010 111010 101010 101011011 111011 100101

Color Harmonies of #95263E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95263E

Black with #95263E

Text Example


Text Example

White with #95263E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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