Html Css Color HEX #AF210F Fire Brick

📋 copy color: '#AF210F'

red 175 ◦ green 33 ◦ blue 15

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

Shades of Fire Brick #AF210F

Tints of Fire Brick #AF210F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.8%

 BLUE value IS 15 (6.25% from 255) = 6.73%

R = 78.48%
G = 14.8%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF210F (or 0xAF210F) is known color: Fire Brick. HEX triplet: AF, 21 and 0F. RGB value is (175,33,15). Sum of RGB (Red+Green+Blue) = 175+33+15=223 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.48% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 175 - color contains mainly: red. Hex color #AF210F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF210F is #50DEF0. Grayscale: #494949. Windows color (decimal): -5299953 or 991663. OLE color: 991663.

HSL color Cylindrical-coordinate representation of color #AF210F: hue angle of 6.75º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF210F is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 33 15 -
CMYK 0 0.81 0.91 0.31
HSL 6.75º 0.84% 0.37% -
HSV(B) 6.75º 0.91% 0.69% -
XYZ 18.31 10.24 1.46 -
YUV 73.41 95.04 200.46 -
System Red Green Blue C M Y K H S L
Decimal 175 33 15 0 0.81 0.91 0.31 6.75 0.84 0.37
Hex AF 21 F 0 51 5B 1F 7 54 25
Octal 257 41 17 0 121 133 37 7 124 45
Binary 10101111 100001 1111 0 1010001 1011011 11111 111 1010100 100101

Color Harmonies of #AF210F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF210F

Black with #AF210F

Text Example


Text Example

White with #AF210F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF210F; }

 p { color: rgb(175,33,15); }

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

background-color css

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

 a { background-color: rgb(175,33,15); }

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

border-color css

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

 span { border-color: rgb(175,33,15); }

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