Html Css Color HEX #AF2101 Fire Brick

📋 copy color: '#AF2101'

red 175 ◦ green 33 ◦ blue 1

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

Shades of Fire Brick #AF2101

Tints of Fire Brick #AF2101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.48%

R = 83.73%
G = 15.79%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF2101 (or 0xAF2101) is known color: Fire Brick. HEX triplet: AF, 21 and 01. RGB value is (175,33,1). Sum of RGB (Red+Green+Blue) = 175+33+1=209 (27% of max value = 765). Red value is 175 (68.75% from 255 or 83.73% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2101 is #50DEFE. Grayscale: #484848. Windows color (decimal): -5299967 or 74159. OLE color: 74159.

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

Color convert

RGB 175 33 1 -
CMYK 0 0.81 0.99 0.31
HSL 11.03º 0.99% 0.35% -
HSV(B) 11.03º 0.99% 0.69% -
XYZ 18.23 10.2 1.04 -
YUV 71.81 88.04 201.6 -
System Red Green Blue C M Y K H S L
Decimal 175 33 1 0 0.81 0.99 0.31 11.03 0.99 0.35
Hex AF 21 1 0 51 63 1F B 63 23
Octal 257 41 1 0 121 143 37 13 143 43
Binary 10101111 100001 1 0 1010001 1100011 11111 1011 1100011 100011

Color Harmonies of #AF2101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2101

Black with #AF2101

Text Example


Text Example

White with #AF2101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2101; }

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

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

background-color css

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

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

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

border-color css

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

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

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