Html Css Color HEX #A21D30 Bright Red

📋 copy color: '#A21D30'

red 162 ◦ green 29 ◦ blue 48

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

Shades of Bright Red #A21D30

Tints of Bright Red #A21D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 20.08%

R = 67.78%
G = 12.13%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A21D30 (or 0xA21D30) is known color: Bright Red. HEX triplet: A2, 1D and 30. RGB value is (162,29,48). Sum of RGB (Red+Green+Blue) = 162+29+48=239 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.78% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 162 - color contains mainly: red. Hex color #A21D30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21D30 is #5DE2CF. Grayscale: #464646. Windows color (decimal): -6152912 or 3153314. OLE color: 3153314.

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

Color convert

RGB 162 29 48 -
CMYK 0 0.82 0.70 0.36
HSL 351.43º 0.7% 0.37% -
HSV(B) 351.43º 0.82% 0.64% -
XYZ 15.87 8.77 3.65 -
YUV 70.93 115.06 192.96 -
System Red Green Blue C M Y K H S L
Decimal 162 29 48 0 0.82 0.70 0.36 351.43 0.7 0.37
Hex A2 1D 30 0 52 46 24 15F 46 25
Octal 242 35 60 0 122 106 44 537 106 45
Binary 10100010 11101 110000 0 1010010 1000110 100100 101011111 1000110 100101

Color Harmonies of #A21D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21D30

Black with #A21D30

Text Example


Text Example

White with #A21D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21D30; }

 p { color: rgb(162,29,48); }

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

background-color css

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

 a { background-color: rgb(162,29,48); }

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

border-color css

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

 span { border-color: rgb(162,29,48); }

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