Html Css Color HEX #AF2014 Fire Brick

📋 copy color: '#AF2014'

red 175 ◦ green 32 ◦ blue 20

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

Shades of Fire Brick #AF2014

Tints of Fire Brick #AF2014

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.1%

 BLUE value IS 20 (8.2% from 255) = 8.81%

R = 77.09%
G = 14.1%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF2014 (or 0xAF2014) is known color: Fire Brick. HEX triplet: AF, 20 and 14. RGB value is (175,32,20). Sum of RGB (Red+Green+Blue) = 175+32+20=227 (30% of max value = 765). Red value is 175 (68.75% from 255 or 77.09% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2014 is #50DFEB. Grayscale: #494949. Windows color (decimal): -5300204 or 1319087. OLE color: 1319087.

HSL color Cylindrical-coordinate representation of color #AF2014: hue angle of 4.65º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF2014 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 32 20 -
CMYK 0 0.82 0.89 0.31
HSL 4.65º 0.79% 0.38% -
HSV(B) 4.65º 0.89% 0.69% -
XYZ 18.32 10.2 1.66 -
YUV 73.39 97.88 200.48 -
System Red Green Blue C M Y K H S L
Decimal 175 32 20 0 0.82 0.89 0.31 4.65 0.79 0.38
Hex AF 20 14 0 52 59 1F 5 4F 26
Octal 257 40 24 0 122 131 37 5 117 46
Binary 10101111 100000 10100 0 1010010 1011001 11111 101 1001111 100110

Color Harmonies of #AF2014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2014

Black with #AF2014

Text Example


Text Example

White with #AF2014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2014; }

 p { color: rgb(175,32,20); }

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

background-color css

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

 a { background-color: rgb(175,32,20); }

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

border-color css

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

 span { border-color: rgb(175,32,20); }

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