Html Css Color HEX #A61D25 Bright Red

📋 copy color: '#A61D25'

red 166 ◦ green 29 ◦ blue 37

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

Shades of Bright Red #A61D25

Tints of Bright Red #A61D25

RGB

 RED value IS 166 (65.23% from 255) = 71.55%

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

 BLUE value IS 37 (14.84% from 255) = 15.95%

R = 71.55%
G = 12.5%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A61D25 (or 0xA61D25) is known color: Bright Red. HEX triplet: A6, 1D and 25. RGB value is (166,29,37). Sum of RGB (Red+Green+Blue) = 166+29+37=232 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.55% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 166 - color contains mainly: red. Hex color #A61D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61D25 is #59E2DA. Grayscale: #464646. Windows color (decimal): -5890779 or 2432422. OLE color: 2432422.

HSL color Cylindrical-coordinate representation of color #A61D25: hue angle of 356.5º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A61D25 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 29 37 -
CMYK 0 0.83 0.78 0.35
HSL 356.5º 0.7% 0.38% -
HSV(B) 356.5º 0.83% 0.65% -
XYZ 16.5 9.12 2.64 -
YUV 70.88 108.89 195.85 -
System Red Green Blue C M Y K H S L
Decimal 166 29 37 0 0.83 0.78 0.35 356.5 0.7 0.38
Hex A6 1D 25 0 53 4E 23 164 46 26
Octal 246 35 45 0 123 116 43 544 106 46
Binary 10100110 11101 100101 0 1010011 1001110 100011 101100100 1000110 100110

Color Harmonies of #A61D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61D25

Black with #A61D25

Text Example


Text Example

White with #A61D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61D25; }

 p { color: rgb(166,29,37); }

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

background-color css

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

 a { background-color: rgb(166,29,37); }

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

border-color css

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

 span { border-color: rgb(166,29,37); }

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