Html Css Color HEX #A41C2F Bright Red

📋 copy color: '#A41C2F'

red 164 ◦ green 28 ◦ blue 47

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

Shades of Bright Red #A41C2F

Tints of Bright Red #A41C2F

RGB

 RED value IS 164 (64.45% from 255) = 68.62%

 GREEN value IS 28 (11.33% from 255) = 11.72%

 BLUE value IS 47 (18.75% from 255) = 19.67%

R = 68.62%
G = 11.72%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A41C2F (or 0xA41C2F) is known color: Bright Red. HEX triplet: A4, 1C and 2F. RGB value is (164,28,47). Sum of RGB (Red+Green+Blue) = 164+28+47=239 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.62% from 239); Green value is 28 (11.33% from 255 or 11.72% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 164 - color contains mainly: red. Hex color #A41C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41C2F is #5BE3D0. Grayscale: #464646. Windows color (decimal): -6022097 or 3087524. OLE color: 3087524.

HSL color Cylindrical-coordinate representation of color #A41C2F: hue angle of 351.62º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A41C2F is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 28 47 -
CMYK 0 0.83 0.71 0.36
HSL 351.62º 0.71% 0.38% -
HSV(B) 351.62º 0.83% 0.64% -
XYZ 16.24 8.93 3.56 -
YUV 70.83 114.56 194.46 -
System Red Green Blue C M Y K H S L
Decimal 164 28 47 0 0.83 0.71 0.36 351.62 0.71 0.38
Hex A4 1C 2F 0 53 47 24 160 47 26
Octal 244 34 57 0 123 107 44 540 107 46
Binary 10100100 11100 101111 0 1010011 1000111 100100 101100000 1000111 100110

Color Harmonies of #A41C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41C2F

Black with #A41C2F

Text Example


Text Example

White with #A41C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41C2F; }

 p { color: rgb(164,28,47); }

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

background-color css

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

 a { background-color: rgb(164,28,47); }

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

border-color css

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

 span { border-color: rgb(164,28,47); }

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