Html Css Color HEX #AF2007 Fire Brick

📋 copy color: '#AF2007'

red 175 ◦ green 32 ◦ blue 7

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

Shades of Fire Brick #AF2007

Tints of Fire Brick #AF2007

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.95%

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

R = 81.78%
G = 14.95%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#AF2007 (or 0xAF2007) is known color: Fire Brick. HEX triplet: AF, 20 and 07. RGB value is (175,32,7). Sum of RGB (Red+Green+Blue) = 175+32+7=214 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.78% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 7 (3.12% from 255 or 3.27% from 214); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2007 is #50DFF8. Grayscale: #484848. Windows color (decimal): -5300217 or 467119. OLE color: 467119.

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

Color convert

RGB 175 32 7 -
CMYK 0 0.82 0.96 0.31
HSL 8.93º 0.92% 0.36% -
HSV(B) 8.93º 0.96% 0.69% -
XYZ 18.23 10.16 1.2 -
YUV 71.91 91.38 201.53 -
System Red Green Blue C M Y K H S L
Decimal 175 32 7 0 0.82 0.96 0.31 8.93 0.92 0.36
Hex AF 20 7 0 52 60 1F 9 5C 24
Octal 257 40 7 0 122 140 37 11 134 44
Binary 10101111 100000 111 0 1010010 1100000 11111 1001 1011100 100100

Color Harmonies of #AF2007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2007

Black with #AF2007

Text Example


Text Example

White with #AF2007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2007; }

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

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

background-color css

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

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

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

border-color css

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

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

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