Html Css Color HEX #AF2311 Fire Brick

📋 copy color: '#AF2311'

red 175 ◦ green 35 ◦ blue 17

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

Shades of Fire Brick #AF2311

Tints of Fire Brick #AF2311

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.42%

 BLUE value IS 17 (7.03% from 255) = 7.49%

R = 77.09%
G = 15.42%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF2311 (or 0xAF2311) is known color: Fire Brick. HEX triplet: AF, 23 and 11. RGB value is (175,35,17). Sum of RGB (Red+Green+Blue) = 175+35+17=227 (30% of max value = 765). Red value is 175 (68.75% from 255 or 77.09% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2311 is #50DCEE. Grayscale: #4B4B4B. Windows color (decimal): -5299439 or 1123247. OLE color: 1123247.

HSL color Cylindrical-coordinate representation of color #AF2311: hue angle of 6.84º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF2311 is Cyan = 0, Magento = 0.8, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 35 17 -
CMYK 0 0.8 0.90 0.31
HSL 6.84º 0.82% 0.38% -
HSV(B) 6.84º 0.9% 0.69% -
XYZ 18.38 10.36 1.56 -
YUV 74.81 95.38 199.46 -
System Red Green Blue C M Y K H S L
Decimal 175 35 17 0 0.8 0.90 0.31 6.84 0.82 0.38
Hex AF 23 11 0 50 5A 1F 7 52 26
Octal 257 43 21 0 120 132 37 7 122 46
Binary 10101111 100011 10001 0 1010000 1011010 11111 111 1010010 100110

Color Harmonies of #AF2311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2311

Black with #AF2311

Text Example


Text Example

White with #AF2311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2311; }

 p { color: rgb(175,35,17); }

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

background-color css

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

 a { background-color: rgb(175,35,17); }

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

border-color css

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

 span { border-color: rgb(175,35,17); }

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