Html Css Color HEX #95253F Bright Red

📋 copy color: '#95253F'

red 149 ◦ green 37 ◦ blue 63

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

Shades of Bright Red #95253F

Tints of Bright Red #95253F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.86%

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

R = 59.84%
G = 14.86%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#95253F (or 0x95253F) is known color: Bright Red. HEX triplet: 95, 25 and 3F. RGB value is (149,37,63). Sum of RGB (Red+Green+Blue) = 149+37+63=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #95253F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95253F is #6ADAC0. Grayscale: #494949. Windows color (decimal): -7002817 or 4138389. OLE color: 4138389.

HSL color Cylindrical-coordinate representation of color #95253F: hue angle of 346.07º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #95253F is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 37 63 -
CMYK 0 0.75 0.58 0.42
HSL 346.07º 0.6% 0.36% -
HSV(B) 346.07º 0.75% 0.58% -
XYZ 13.95 8.07 5.53 -
YUV 73.45 122.11 181.89 -
System Red Green Blue C M Y K H S L
Decimal 149 37 63 0 0.75 0.58 0.42 346.07 0.6 0.36
Hex 95 25 3F 0 4B 3A 2A 15A 3C 24
Octal 225 45 77 0 113 72 52 532 74 44
Binary 10010101 100101 111111 0 1001011 111010 101010 101011010 111100 100100

Color Harmonies of #95253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95253F

Black with #95253F

Text Example


Text Example

White with #95253F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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