Html Css Color HEX #A01F3E Bright Red

📋 copy color: '#A01F3E'

red 160 ◦ green 31 ◦ blue 62

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

Shades of Bright Red #A01F3E

Tints of Bright Red #A01F3E

RGB

 RED value IS 160 (62.89% from 255) = 63.24%

 GREEN value IS 31 (12.5% from 255) = 12.25%

 BLUE value IS 62 (24.61% from 255) = 24.51%

R = 63.24%
G = 12.25%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A01F3E (or 0xA01F3E) is known color: Bright Red. HEX triplet: A0, 1F and 3E. RGB value is (160,31,62). Sum of RGB (Red+Green+Blue) = 160+31+62=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 31 (12.5% from 255 or 12.25% from 253); Blue value is 62 (24.61% from 255 or 24.51% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A01F3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A01F3E is #5FE0C1. Grayscale: #494949. Windows color (decimal): -6283458 or 4071328. OLE color: 4071328.

HSL color Cylindrical-coordinate representation of color #A01F3E: hue angle of 345.58º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A01F3E is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 31 62 -
CMYK 0 0.81 0.61 0.37
HSL 345.58º 0.68% 0.37% -
HSV(B) 345.58º 0.81% 0.63% -
XYZ 15.86 8.8 5.42 -
YUV 73.11 121.74 189.98 -
System Red Green Blue C M Y K H S L
Decimal 160 31 62 0 0.81 0.61 0.37 345.58 0.68 0.37
Hex A0 1F 3E 0 51 3D 25 15A 44 25
Octal 240 37 76 0 121 75 45 532 104 45
Binary 10100000 11111 111110 0 1010001 111101 100101 101011010 1000100 100101

Color Harmonies of #A01F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01F3E

Black with #A01F3E

Text Example


Text Example

White with #A01F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01F3E; }

 p { color: rgb(160,31,62); }

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

background-color css

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

 a { background-color: rgb(160,31,62); }

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

border-color css

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

 span { border-color: rgb(160,31,62); }

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