Html Css Color HEX #A7253B Bright Red

📋 copy color: '#A7253B'

red 167 ◦ green 37 ◦ blue 59

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

Shades of Bright Red #A7253B

Tints of Bright Red #A7253B

RGB

 RED value IS 167 (65.63% from 255) = 63.5%

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

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

R = 63.5%
G = 14.07%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A7253B (or 0xA7253B) is known color: Bright Red. HEX triplet: A7, 25 and 3B. RGB value is (167,37,59). Sum of RGB (Red+Green+Blue) = 167+37+59=263 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.50% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 59 (23.44% from 255 or 22.43% from 263); Max value from RGB is 167 - color contains mainly: red. Hex color #A7253B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7253B is #58DAC4. Grayscale: #4E4E4E. Windows color (decimal): -5823173 or 3876263. OLE color: 3876263.

HSL color Cylindrical-coordinate representation of color #A7253B: hue angle of 349.85º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A7253B is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 37 59 -
CMYK 0 0.78 0.65 0.35
HSL 349.85º 0.64% 0.4% -
HSV(B) 349.85º 0.78% 0.65% -
XYZ 17.39 9.85 5.12 -
YUV 78.38 117.07 191.21 -
System Red Green Blue C M Y K H S L
Decimal 167 37 59 0 0.78 0.65 0.35 349.85 0.64 0.4
Hex A7 25 3B 0 4E 41 23 15E 40 28
Octal 247 45 73 0 116 101 43 536 100 50
Binary 10100111 100101 111011 0 1001110 1000001 100011 101011110 1000000 101000

Color Harmonies of #A7253B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7253B

Black with #A7253B

Text Example


Text Example

White with #A7253B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7253B; }

 p { color: rgb(167,37,59); }

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

background-color css

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

 a { background-color: rgb(167,37,59); }

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

border-color css

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

 span { border-color: rgb(167,37,59); }

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