Html Css Color HEX #AF1D07 Fire Brick

📋 copy color: '#AF1D07'

red 175 ◦ green 29 ◦ blue 7

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

Shades of Fire Brick #AF1D07

Tints of Fire Brick #AF1D07

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.74%

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

R = 82.94%
G = 13.74%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#AF1D07 (or 0xAF1D07) is known color: Fire Brick. HEX triplet: AF, 1D and 07. RGB value is (175,29,7). Sum of RGB (Red+Green+Blue) = 175+29+7=211 (27% of max value = 765). Red value is 175 (68.75% from 255 or 82.94% from 211); Green value is 29 (11.72% from 255 or 13.74% from 211); Blue value is 7 (3.12% from 255 or 3.32% from 211); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1D07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1D07 is #50E2F8. Grayscale: #464646. Windows color (decimal): -5300985 or 466351. OLE color: 466351.

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

Color convert

RGB 175 29 7 -
CMYK 0 0.83 0.96 0.31
HSL 7.86º 0.92% 0.36% -
HSV(B) 7.86º 0.96% 0.69% -
XYZ 18.16 10.01 1.18 -
YUV 70.15 92.37 202.79 -
System Red Green Blue C M Y K H S L
Decimal 175 29 7 0 0.83 0.96 0.31 7.86 0.92 0.36
Hex AF 1D 7 0 53 60 1F 8 5C 24
Octal 257 35 7 0 123 140 37 10 134 44
Binary 10101111 11101 111 0 1010011 1100000 11111 1000 1011100 100100

Color Harmonies of #AF1D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1D07

Black with #AF1D07

Text Example


Text Example

White with #AF1D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1D07; }

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

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

background-color css

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

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

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

border-color css

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

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

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