Html Css Color HEX #A71D24 Bright Red

📋 copy color: '#A71D24'

red 167 ◦ green 29 ◦ blue 36

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

Shades of Bright Red #A71D24

Tints of Bright Red #A71D24

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.5%

 BLUE value IS 36 (14.45% from 255) = 15.52%

R = 71.98%
G = 12.5%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A71D24 (or 0xA71D24) is known color: Bright Red. HEX triplet: A7, 1D and 24. RGB value is (167,29,36). Sum of RGB (Red+Green+Blue) = 167+29+36=232 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.98% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 36 (14.45% from 255 or 15.52% from 232); Max value from RGB is 167 - color contains mainly: red. Hex color #A71D24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A71D24 is #58E2DB. Grayscale: #474747. Windows color (decimal): -5825244 or 2366887. OLE color: 2366887.

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

Color convert

RGB 167 29 36 -
CMYK 0 0.83 0.78 0.35
HSL 356.96º 0.7% 0.38% -
HSV(B) 356.96º 0.83% 0.65% -
XYZ 16.69 9.22 2.57 -
YUV 71.06 108.22 196.43 -
System Red Green Blue C M Y K H S L
Decimal 167 29 36 0 0.83 0.78 0.35 356.96 0.7 0.38
Hex A7 1D 24 0 53 4E 23 165 46 26
Octal 247 35 44 0 123 116 43 545 106 46
Binary 10100111 11101 100100 0 1010011 1001110 100011 101100101 1000110 100110

Color Harmonies of #A71D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71D24

Black with #A71D24

Text Example


Text Example

White with #A71D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71D24; }

 p { color: rgb(167,29,36); }

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

background-color css

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

 a { background-color: rgb(167,29,36); }

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

border-color css

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

 span { border-color: rgb(167,29,36); }

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