Html Css Color HEX #AF2109 Fire Brick

📋 copy color: '#AF2109'

red 175 ◦ green 33 ◦ blue 9

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

Shades of Fire Brick #AF2109

Tints of Fire Brick #AF2109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.15%

R = 80.65%
G = 15.21%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF2109 (or 0xAF2109) is known color: Fire Brick. HEX triplet: AF, 21 and 09. RGB value is (175,33,9). Sum of RGB (Red+Green+Blue) = 175+33+9=217 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.65% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 9 (3.91% from 255 or 4.15% from 217); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2109 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2109 is #50DEF6. Grayscale: #484848. Windows color (decimal): -5299959 or 598447. OLE color: 598447.

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

Color convert

RGB 175 33 9 -
CMYK 0 0.81 0.95 0.31
HSL 8.67º 0.9% 0.36% -
HSV(B) 8.67º 0.95% 0.69% -
XYZ 18.27 10.22 1.27 -
YUV 72.72 92.04 200.95 -
System Red Green Blue C M Y K H S L
Decimal 175 33 9 0 0.81 0.95 0.31 8.67 0.9 0.36
Hex AF 21 9 0 51 5F 1F 9 5A 24
Octal 257 41 11 0 121 137 37 11 132 44
Binary 10101111 100001 1001 0 1010001 1011111 11111 1001 1011010 100100

Color Harmonies of #AF2109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2109

Black with #AF2109

Text Example


Text Example

White with #AF2109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2109; }

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

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

background-color css

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

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

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

border-color css

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

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

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