Html Css Color HEX #A5223F Bright Red

📋 copy color: '#A5223F'

red 165 ◦ green 34 ◦ blue 63

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

Shades of Bright Red #A5223F

Tints of Bright Red #A5223F

RGB

 RED value IS 165 (64.84% from 255) = 62.98%

 GREEN value IS 34 (13.67% from 255) = 12.98%

 BLUE value IS 63 (25% from 255) = 24.05%

R = 62.98%
G = 12.98%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A5223F (or 0xA5223F) is known color: Bright Red. HEX triplet: A5, 22 and 3F. RGB value is (165,34,63). Sum of RGB (Red+Green+Blue) = 165+34+63=262 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.98% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 63 (25% from 255 or 24.05% from 262); Max value from RGB is 165 - color contains mainly: red. Hex color #A5223F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5223F is #5ADDC0. Grayscale: #4C4C4C. Windows color (decimal): -5955009 or 4137637. OLE color: 4137637.

HSL color Cylindrical-coordinate representation of color #A5223F: hue angle of 346.72º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A5223F is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 34 63 -
CMYK 0 0.79 0.62 0.35
HSL 346.72º 0.66% 0.39% -
HSV(B) 346.72º 0.79% 0.65% -
XYZ 16.99 9.5 5.64 -
YUV 76.48 120.4 191.14 -
System Red Green Blue C M Y K H S L
Decimal 165 34 63 0 0.79 0.62 0.35 346.72 0.66 0.39
Hex A5 22 3F 0 4F 3E 23 15B 42 27
Octal 245 42 77 0 117 76 43 533 102 47
Binary 10100101 100010 111111 0 1001111 111110 100011 101011011 1000010 100111

Color Harmonies of #A5223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5223F

Black with #A5223F

Text Example


Text Example

White with #A5223F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5223F; }

 p { color: rgb(165,34,63); }

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

background-color css

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

 a { background-color: rgb(165,34,63); }

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

border-color css

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

 span { border-color: rgb(165,34,63); }

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