Html Css Color HEX #AF201D Fire Brick

📋 copy color: '#AF201D'

red 175 ◦ green 32 ◦ blue 29

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

Shades of Fire Brick #AF201D

Tints of Fire Brick #AF201D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.29%

R = 74.15%
G = 13.56%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF201D (or 0xAF201D) is known color: Fire Brick. HEX triplet: AF, 20 and 1D. RGB value is (175,32,29). Sum of RGB (Red+Green+Blue) = 175+32+29=236 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.15% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 175 - color contains mainly: red. Hex color #AF201D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF201D is #50DFE2. Grayscale: #4A4A4A. Windows color (decimal): -5300195 or 1908911. OLE color: 1908911.

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

Color convert

RGB 175 32 29 -
CMYK 0 0.82 0.83 0.31
HSL 1.23º 0.72% 0.4% -
HSV(B) 1.23º 0.83% 0.69% -
XYZ 18.42 10.24 2.17 -
YUV 74.42 102.38 199.74 -
System Red Green Blue C M Y K H S L
Decimal 175 32 29 0 0.82 0.83 0.31 1.23 0.72 0.4
Hex AF 20 1D 0 52 53 1F 1 48 28
Octal 257 40 35 0 122 123 37 1 110 50
Binary 10101111 100000 11101 0 1010010 1010011 11111 1 1001000 101000

Color Harmonies of #AF201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF201D

Black with #AF201D

Text Example


Text Example

White with #AF201D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF201D; }

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

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

background-color css

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

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

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

border-color css

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

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

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