Html Css Color HEX #AF2207 Fire Brick

📋 copy color: '#AF2207'

red 175 ◦ green 34 ◦ blue 7

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

Shades of Fire Brick #AF2207

Tints of Fire Brick #AF2207

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.74%

 BLUE value IS 7 (3.13% from 255) = 3.24%

R = 81.02%
G = 15.74%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#AF2207 (or 0xAF2207) is known color: Fire Brick. HEX triplet: AF, 22 and 07. RGB value is (175,34,7). Sum of RGB (Red+Green+Blue) = 175+34+7=216 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.02% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 7 (3.12% from 255 or 3.24% from 216); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2207 is #50DDF8. Grayscale: #494949. Windows color (decimal): -5299705 or 467631. OLE color: 467631.

HSL color Cylindrical-coordinate representation of color #AF2207: hue angle of 9.64º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF2207 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 34 7 -
CMYK 0 0.81 0.96 0.31
HSL 9.64º 0.92% 0.36% -
HSV(B) 9.64º 0.96% 0.69% -
XYZ 18.29 10.27 1.22 -
YUV 73.08 90.71 200.7 -
System Red Green Blue C M Y K H S L
Decimal 175 34 7 0 0.81 0.96 0.31 9.64 0.92 0.36
Hex AF 22 7 0 51 60 1F A 5C 24
Octal 257 42 7 0 121 140 37 12 134 44
Binary 10101111 100010 111 0 1010001 1100000 11111 1010 1011100 100100

Color Harmonies of #AF2207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2207

Black with #AF2207

Text Example


Text Example

White with #AF2207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2207; }

 p { color: rgb(175,34,7); }

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

background-color css

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

 a { background-color: rgb(175,34,7); }

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

border-color css

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

 span { border-color: rgb(175,34,7); }

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