Html Css Color HEX #AF2E21 Fire Brick

📋 copy color: '#AF2E21'

red 175 ◦ green 46 ◦ blue 33

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

Shades of Fire Brick #AF2E21

Tints of Fire Brick #AF2E21

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.11%

 BLUE value IS 33 (13.28% from 255) = 12.99%

R = 68.9%
G = 18.11%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF2E21 (or 0xAF2E21) is known color: Fire Brick. HEX triplet: AF, 2E and 21. RGB value is (175,46,33). Sum of RGB (Red+Green+Blue) = 175+46+33=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 46 (18.36% from 255 or 18.11% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2E21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2E21 is #50D1DE. Grayscale: #535353. Windows color (decimal): -5296607 or 2174639. OLE color: 2174639.

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

Color convert

RGB 175 46 33 -
CMYK 0 0.74 0.81 0.31
HSL 5.49º 0.68% 0.41% -
HSV(B) 5.49º 0.81% 0.69% -
XYZ 18.93 11.18 2.6 -
YUV 83.09 99.74 193.56 -
System Red Green Blue C M Y K H S L
Decimal 175 46 33 0 0.74 0.81 0.31 5.49 0.68 0.41
Hex AF 2E 21 0 4A 51 1F 5 44 29
Octal 257 56 41 0 112 121 37 5 104 51
Binary 10101111 101110 100001 0 1001010 1010001 11111 101 1000100 101001

Color Harmonies of #AF2E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2E21

Black with #AF2E21

Text Example


Text Example

White with #AF2E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2E21; }

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

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

background-color css

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

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

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

border-color css

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

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

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