Html Css Color HEX #AF2821 Fire Brick

📋 copy color: '#AF2821'

red 175 ◦ green 40 ◦ blue 33

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

Shades of Fire Brick #AF2821

Tints of Fire Brick #AF2821

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.13%

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

R = 70.56%
G = 16.13%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF2821 (or 0xAF2821) is known color: Fire Brick. HEX triplet: AF, 28 and 21. RGB value is (175,40,33). Sum of RGB (Red+Green+Blue) = 175+40+33=248 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.56% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 33 (13.28% from 255 or 13.31% from 248); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2821 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2821 is #50D7DE. Grayscale: #4F4F4F. Windows color (decimal): -5298143 or 2173103. OLE color: 2173103.

HSL color Cylindrical-coordinate representation of color #AF2821: hue angle of 2.96º 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 #AF2821 is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 40 33 -
CMYK 0 0.77 0.81 0.31
HSL 2.96º 0.68% 0.41% -
HSV(B) 2.96º 0.81% 0.69% -
XYZ 18.71 10.74 2.53 -
YUV 79.57 101.73 196.07 -
System Red Green Blue C M Y K H S L
Decimal 175 40 33 0 0.77 0.81 0.31 2.96 0.68 0.41
Hex AF 28 21 0 4D 51 1F 3 44 29
Octal 257 50 41 0 115 121 37 3 104 51
Binary 10101111 101000 100001 0 1001101 1010001 11111 11 1000100 101001

Color Harmonies of #AF2821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2821

Black with #AF2821

Text Example


Text Example

White with #AF2821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2821; }

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

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

background-color css

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

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

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

border-color css

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

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

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