Html Css Color HEX #AF1F07 Fire Brick

📋 copy color: '#AF1F07'

red 175 ◦ green 31 ◦ blue 7

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

Shades of Fire Brick #AF1F07

Tints of Fire Brick #AF1F07

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.55%

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

R = 82.16%
G = 14.55%
B = 3.29%

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

#AF1F07 (or 0xAF1F07) is known color: Fire Brick. HEX triplet: AF, 1F and 07. RGB value is (175,31,7). Sum of RGB (Red+Green+Blue) = 175+31+7=213 (28% of max value = 765). Red value is 175 (68.75% from 255 or 82.16% from 213); Green value is 31 (12.5% from 255 or 14.55% from 213); Blue value is 7 (3.12% from 255 or 3.29% from 213); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1F07 is #50E0F8. Grayscale: #474747. Windows color (decimal): -5300473 or 466863. OLE color: 466863.

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

Color convert

RGB 175 31 7 -
CMYK 0 0.82 0.96 0.31
HSL 8.57º 0.92% 0.36% -
HSV(B) 8.57º 0.96% 0.69% -
XYZ 18.21 10.11 1.19 -
YUV 71.32 91.71 201.95 -
System Red Green Blue C M Y K H S L
Decimal 175 31 7 0 0.82 0.96 0.31 8.57 0.92 0.36
Hex AF 1F 7 0 52 60 1F 9 5C 24
Octal 257 37 7 0 122 140 37 11 134 44
Binary 10101111 11111 111 0 1010010 1100000 11111 1001 1011100 100100

Color Harmonies of #AF1F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1F07

Black with #AF1F07

Text Example


Text Example

White with #AF1F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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