Html Css Color HEX #AF2511 Fire Brick

📋 copy color: '#AF2511'

red 175 ◦ green 37 ◦ blue 17

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

Shades of Fire Brick #AF2511

Tints of Fire Brick #AF2511

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.16%

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

R = 76.42%
G = 16.16%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF2511 (or 0xAF2511) is known color: Fire Brick. HEX triplet: AF, 25 and 11. RGB value is (175,37,17). Sum of RGB (Red+Green+Blue) = 175+37+17=229 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.42% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2511 is #50DAEE. Grayscale: #4C4C4C. Windows color (decimal): -5298927 or 1123759. OLE color: 1123759.

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

Color convert

RGB 175 37 17 -
CMYK 0 0.79 0.90 0.31
HSL 7.59º 0.82% 0.38% -
HSV(B) 7.59º 0.9% 0.69% -
XYZ 18.44 10.48 1.58 -
YUV 75.98 94.72 198.63 -
System Red Green Blue C M Y K H S L
Decimal 175 37 17 0 0.79 0.90 0.31 7.59 0.82 0.38
Hex AF 25 11 0 4F 5A 1F 8 52 26
Octal 257 45 21 0 117 132 37 10 122 46
Binary 10101111 100101 10001 0 1001111 1011010 11111 1000 1010010 100110

Color Harmonies of #AF2511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2511

Black with #AF2511

Text Example


Text Example

White with #AF2511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2511; }

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

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

background-color css

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

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

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

border-color css

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

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

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