Html Css Color HEX #AF2911 Fire Brick

📋 copy color: '#AF2911'

red 175 ◦ green 41 ◦ blue 17

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

Shades of Fire Brick #AF2911

Tints of Fire Brick #AF2911

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.6%

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

R = 75.11%
G = 17.6%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF2911 (or 0xAF2911) is known color: Fire Brick. HEX triplet: AF, 29 and 11. RGB value is (175,41,17). Sum of RGB (Red+Green+Blue) = 175+41+17=233 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.11% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2911 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2911 is #50D6EE. Grayscale: #4E4E4E. Windows color (decimal): -5297903 or 1124783. OLE color: 1124783.

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

Color convert

RGB 175 41 17 -
CMYK 0 0.77 0.90 0.31
HSL 9.11º 0.82% 0.38% -
HSV(B) 9.11º 0.9% 0.69% -
XYZ 18.57 10.74 1.62 -
YUV 78.33 93.39 196.95 -
System Red Green Blue C M Y K H S L
Decimal 175 41 17 0 0.77 0.90 0.31 9.11 0.82 0.38
Hex AF 29 11 0 4D 5A 1F 9 52 26
Octal 257 51 21 0 115 132 37 11 122 46
Binary 10101111 101001 10001 0 1001101 1011010 11111 1001 1010010 100110

Color Harmonies of #AF2911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2911

Black with #AF2911

Text Example


Text Example

White with #AF2911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2911; }

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

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

background-color css

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

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

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

border-color css

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

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

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