Html Css Color HEX #A41C23 Bright Red

📋 copy color: '#A41C23'

red 164 ◦ green 28 ◦ blue 35

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

Shades of Bright Red #A41C23

Tints of Bright Red #A41C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.42%

R = 72.25%
G = 12.33%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A41C23 (or 0xA41C23) is known color: Bright Red. HEX triplet: A4, 1C and 23. RGB value is (164,28,35). Sum of RGB (Red+Green+Blue) = 164+28+35=227 (30% of max value = 765). Red value is 164 (64.45% from 255 or 72.25% from 227); Green value is 28 (11.33% from 255 or 12.33% from 227); Blue value is 35 (14.06% from 255 or 15.42% from 227); Max value from RGB is 164 - color contains mainly: red. Hex color #A41C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41C23 is #5BE3DC. Grayscale: #454545. Windows color (decimal): -6022109 or 2301092. OLE color: 2301092.

HSL color Cylindrical-coordinate representation of color #A41C23: hue angle of 356.91º 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 #A41C23 is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 28 35 -
CMYK 0 0.83 0.79 0.36
HSL 356.91º 0.71% 0.38% -
HSV(B) 356.91º 0.83% 0.64% -
XYZ 16.03 8.84 2.45 -
YUV 69.46 108.56 195.43 -
System Red Green Blue C M Y K H S L
Decimal 164 28 35 0 0.83 0.79 0.36 356.91 0.71 0.38
Hex A4 1C 23 0 53 4F 24 165 47 26
Octal 244 34 43 0 123 117 44 545 107 46
Binary 10100100 11100 100011 0 1010011 1001111 100100 101100101 1000111 100110

Color Harmonies of #A41C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41C23

Black with #A41C23

Text Example


Text Example

White with #A41C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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