Html Css Color HEX #AF210E Fire Brick

📋 copy color: '#AF210E'

red 175 ◦ green 33 ◦ blue 14

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

Shades of Fire Brick #AF210E

Tints of Fire Brick #AF210E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.31%

R = 78.83%
G = 14.86%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#AF210E (or 0xAF210E) is known color: Fire Brick. HEX triplet: AF, 21 and 0E. RGB value is (175,33,14). Sum of RGB (Red+Green+Blue) = 175+33+14=222 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.83% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 175 - color contains mainly: red. Hex color #AF210E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF210E is #50DEF1. Grayscale: #494949. Windows color (decimal): -5299954 or 926127. OLE color: 926127.

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

Color convert

RGB 175 33 14 -
CMYK 0 0.81 0.92 0.31
HSL 7.08º 0.85% 0.37% -
HSV(B) 7.08º 0.92% 0.69% -
XYZ 18.3 10.23 1.43 -
YUV 73.29 94.54 200.54 -
System Red Green Blue C M Y K H S L
Decimal 175 33 14 0 0.81 0.92 0.31 7.08 0.85 0.37
Hex AF 21 E 0 51 5C 1F 7 55 25
Octal 257 41 16 0 121 134 37 7 125 45
Binary 10101111 100001 1110 0 1010001 1011100 11111 111 1010101 100101

Color Harmonies of #AF210E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF210E

Black with #AF210E

Text Example


Text Example

White with #AF210E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF210E; }

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

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

background-color css

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

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

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

border-color css

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

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

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