Html Css Color HEX #A51F2D Bright Red

📋 copy color: '#A51F2D'

red 165 ◦ green 31 ◦ blue 45

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

Shades of Bright Red #A51F2D

Tints of Bright Red #A51F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.67%

R = 68.46%
G = 12.86%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A51F2D (or 0xA51F2D) is known color: Bright Red. HEX triplet: A5, 1F and 2D. RGB value is (165,31,45). Sum of RGB (Red+Green+Blue) = 165+31+45=241 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.46% from 241); Green value is 31 (12.5% from 255 or 12.86% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 165 - color contains mainly: red. Hex color #A51F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51F2D is #5AE0D2. Grayscale: #484848. Windows color (decimal): -5955795 or 2957221. OLE color: 2957221.

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

Color convert

RGB 165 31 45 -
CMYK 0 0.81 0.73 0.35
HSL 353.73º 0.68% 0.38% -
HSV(B) 353.73º 0.81% 0.65% -
XYZ 16.48 9.17 3.38 -
YUV 72.66 112.39 193.86 -
System Red Green Blue C M Y K H S L
Decimal 165 31 45 0 0.81 0.73 0.35 353.73 0.68 0.38
Hex A5 1F 2D 0 51 49 23 162 44 26
Octal 245 37 55 0 121 111 43 542 104 46
Binary 10100101 11111 101101 0 1010001 1001001 100011 101100010 1000100 100110

Color Harmonies of #A51F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51F2D

Black with #A51F2D

Text Example


Text Example

White with #A51F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51F2D; }

 p { color: rgb(165,31,45); }

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

background-color css

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

 a { background-color: rgb(165,31,45); }

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

border-color css

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

 span { border-color: rgb(165,31,45); }

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