Html Css Color HEX #AF1511 Fire Brick

📋 copy color: '#AF1511'

red 175 ◦ green 21 ◦ blue 17

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

Shades of Fire Brick #AF1511

Tints of Fire Brick #AF1511

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.86%

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

R = 82.16%
G = 9.86%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF1511 (or 0xAF1511) is known color: Fire Brick. HEX triplet: AF, 15 and 11. RGB value is (175,21,17). Sum of RGB (Red+Green+Blue) = 175+21+17=213 (28% of max value = 765). Red value is 175 (68.75% from 255 or 82.16% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 17 (7.03% from 255 or 7.98% from 213); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1511 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1511 is #50EAEE. Grayscale: #424242. Windows color (decimal): -5303023 or 1119663. OLE color: 1119663.

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

Color convert

RGB 175 21 17 -
CMYK 0 0.88 0.90 0.31
HSL 1.52º 0.82% 0.38% -
HSV(B) 1.52º 0.9% 0.69% -
XYZ 18.05 9.69 1.45 -
YUV 66.59 100.02 205.33 -
System Red Green Blue C M Y K H S L
Decimal 175 21 17 0 0.88 0.90 0.31 1.52 0.82 0.38
Hex AF 15 11 0 58 5A 1F 2 52 26
Octal 257 25 21 0 130 132 37 2 122 46
Binary 10101111 10101 10001 0 1011000 1011010 11111 10 1010010 100110

Color Harmonies of #AF1511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1511

Black with #AF1511

Text Example


Text Example

White with #AF1511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1511; }

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

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

background-color css

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

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

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

border-color css

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

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

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