Html Css Color HEX #AF1711 Fire Brick

📋 copy color: '#AF1711'

red 175 ◦ green 23 ◦ blue 17

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

Shades of Fire Brick #AF1711

Tints of Fire Brick #AF1711

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.7%

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

R = 81.4%
G = 10.7%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF1711 (or 0xAF1711) is known color: Fire Brick. HEX triplet: AF, 17 and 11. RGB value is (175,23,17). Sum of RGB (Red+Green+Blue) = 175+23+17=215 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.40% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 17 (7.03% from 255 or 7.91% from 215); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1711 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1711 is #50E8EE. Grayscale: #434343. Windows color (decimal): -5302511 or 1120175. OLE color: 1120175.

HSL color Cylindrical-coordinate representation of color #AF1711: hue angle of 2.28º 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 #AF1711 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 23 17 -
CMYK 0 0.87 0.90 0.31
HSL 2.28º 0.82% 0.38% -
HSV(B) 2.28º 0.9% 0.69% -
XYZ 18.09 9.77 1.46 -
YUV 67.76 99.36 204.49 -
System Red Green Blue C M Y K H S L
Decimal 175 23 17 0 0.87 0.90 0.31 2.28 0.82 0.38
Hex AF 17 11 0 57 5A 1F 2 52 26
Octal 257 27 21 0 127 132 37 2 122 46
Binary 10101111 10111 10001 0 1010111 1011010 11111 10 1010010 100110

Color Harmonies of #AF1711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1711

Black with #AF1711

Text Example


Text Example

White with #AF1711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1711; }

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

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

background-color css

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

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

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

border-color css

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

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

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