Html Css Color HEX #AF2307 Fire Brick

📋 copy color: '#AF2307'

red 175 ◦ green 35 ◦ blue 7

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

Shades of Fire Brick #AF2307

Tints of Fire Brick #AF2307

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.13%

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

R = 80.65%
G = 16.13%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#AF2307 (or 0xAF2307) is known color: Fire Brick. HEX triplet: AF, 23 and 07. RGB value is (175,35,7). Sum of RGB (Red+Green+Blue) = 175+35+7=217 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.65% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 7 (3.12% from 255 or 3.23% from 217); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2307 is #50DCF8. Grayscale: #494949. Windows color (decimal): -5299449 or 467887. OLE color: 467887.

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

Color convert

RGB 175 35 7 -
CMYK 0 0.8 0.96 0.31
HSL 10º 0.92% 0.36% -
HSV(B) 10º 0.96% 0.69% -
XYZ 18.32 10.33 1.23 -
YUV 73.67 90.38 200.28 -
System Red Green Blue C M Y K H S L
Decimal 175 35 7 0 0.8 0.96 0.31 10 0.92 0.36
Hex AF 23 7 0 50 60 1F A 5C 24
Octal 257 43 7 0 120 140 37 12 134 44
Binary 10101111 100011 111 0 1010000 1100000 11111 1010 1011100 100100

Color Harmonies of #AF2307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2307

Black with #AF2307

Text Example


Text Example

White with #AF2307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2307; }

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

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

background-color css

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

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

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

border-color css

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

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

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