Html Css Color HEX #AF1C07 Fire Brick

📋 copy color: '#AF1C07'

red 175 ◦ green 28 ◦ blue 7

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

Shades of Fire Brick #AF1C07

Tints of Fire Brick #AF1C07

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.33%

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

R = 83.33%
G = 13.33%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#AF1C07 (or 0xAF1C07) is known color: Fire Brick. HEX triplet: AF, 1C and 07. RGB value is (175,28,7). Sum of RGB (Red+Green+Blue) = 175+28+7=210 (27% of max value = 765). Red value is 175 (68.75% from 255 or 83.33% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 7 (3.12% from 255 or 3.33% from 210); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1C07 is #50E3F8. Grayscale: #454545. Windows color (decimal): -5301241 or 466095. OLE color: 466095.

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

Color convert

RGB 175 28 7 -
CMYK 0 0.84 0.96 0.31
HSL 7.5º 0.92% 0.36% -
HSV(B) 7.5º 0.96% 0.69% -
XYZ 18.13 9.96 1.17 -
YUV 69.56 92.7 203.21 -
System Red Green Blue C M Y K H S L
Decimal 175 28 7 0 0.84 0.96 0.31 7.5 0.92 0.36
Hex AF 1C 7 0 54 60 1F 8 5C 24
Octal 257 34 7 0 124 140 37 10 134 44
Binary 10101111 11100 111 0 1010100 1100000 11111 1000 1011100 100100

Color Harmonies of #AF1C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1C07

Black with #AF1C07

Text Example


Text Example

White with #AF1C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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