Html Css Color HEX #AF2119 Fire Brick

📋 copy color: '#AF2119'

red 175 ◦ green 33 ◦ blue 25

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

Shades of Fire Brick #AF2119

Tints of Fire Brick #AF2119

RGB

 RED value IS 175 (68.75% from 255) = 75.11%

 GREEN value IS 33 (13.28% from 255) = 14.16%

 BLUE value IS 25 (10.16% from 255) = 10.73%

R = 75.11%
G = 14.16%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF2119 (or 0xAF2119) is known color: Fire Brick. HEX triplet: AF, 21 and 19. RGB value is (175,33,25). Sum of RGB (Red+Green+Blue) = 175+33+25=233 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.11% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 25 (10.16% from 255 or 10.73% from 233); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2119 is #50DEE6. Grayscale: #4A4A4A. Windows color (decimal): -5299943 or 1647023. OLE color: 1647023.

HSL color Cylindrical-coordinate representation of color #AF2119: hue angle of 3.2º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF2119 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 33 25 -
CMYK 0 0.81 0.86 0.31
HSL 3.2º 0.75% 0.39% -
HSV(B) 3.2º 0.86% 0.69% -
XYZ 18.4 10.27 1.93 -
YUV 74.55 100.04 199.65 -
System Red Green Blue C M Y K H S L
Decimal 175 33 25 0 0.81 0.86 0.31 3.2 0.75 0.39
Hex AF 21 19 0 51 56 1F 3 4B 27
Octal 257 41 31 0 121 126 37 3 113 47
Binary 10101111 100001 11001 0 1010001 1010110 11111 11 1001011 100111

Color Harmonies of #AF2119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2119

Black with #AF2119

Text Example


Text Example

White with #AF2119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2119; }

 p { color: rgb(175,33,25); }

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

background-color css

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

 a { background-color: rgb(175,33,25); }

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

border-color css

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

 span { border-color: rgb(175,33,25); }

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