Html Css Color HEX #A21C24 Bright Red

📋 copy color: '#A21C24'

red 162 ◦ green 28 ◦ blue 36

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

Shades of Bright Red #A21C24

Tints of Bright Red #A21C24

RGB

 RED value IS 162 (63.67% from 255) = 71.68%

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

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

R = 71.68%
G = 12.39%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A21C24 (or 0xA21C24) is known color: Bright Red. HEX triplet: A2, 1C and 24. RGB value is (162,28,36). Sum of RGB (Red+Green+Blue) = 162+28+36=226 (29% of max value = 765). Red value is 162 (63.67% from 255 or 71.68% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 36 (14.45% from 255 or 15.93% from 226); Max value from RGB is 162 - color contains mainly: red. Hex color #A21C24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21C24 is #5DE3DB. Grayscale: #454545. Windows color (decimal): -6153180 or 2366626. OLE color: 2366626.

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

Color convert

RGB 162 28 36 -
CMYK 0 0.83 0.78 0.36
HSL 356.42º 0.71% 0.37% -
HSV(B) 356.42º 0.83% 0.64% -
XYZ 15.63 8.64 2.51 -
YUV 68.98 109.39 194.35 -
System Red Green Blue C M Y K H S L
Decimal 162 28 36 0 0.83 0.78 0.36 356.42 0.71 0.37
Hex A2 1C 24 0 53 4E 24 164 47 25
Octal 242 34 44 0 123 116 44 544 107 45
Binary 10100010 11100 100100 0 1010011 1001110 100100 101100100 1000111 100101

Color Harmonies of #A21C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21C24

Black with #A21C24

Text Example


Text Example

White with #A21C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21C24; }

 p { color: rgb(162,28,36); }

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

background-color css

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

 a { background-color: rgb(162,28,36); }

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

border-color css

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

 span { border-color: rgb(162,28,36); }

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