Html Css Color HEX #AF2521 Fire Brick

📋 copy color: '#AF2521'

red 175 ◦ green 37 ◦ blue 33

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

Shades of Fire Brick #AF2521

Tints of Fire Brick #AF2521

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.1%

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

R = 71.43%
G = 15.1%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF2521 (or 0xAF2521) is known color: Fire Brick. HEX triplet: AF, 25 and 21. RGB value is (175,37,33). Sum of RGB (Red+Green+Blue) = 175+37+33=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2521 is #50DADE. Grayscale: #4D4D4D. Windows color (decimal): -5298911 or 2172335. OLE color: 2172335.

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

Color convert

RGB 175 37 33 -
CMYK 0 0.79 0.81 0.31
HSL 1.69º 0.68% 0.41% -
HSV(B) 1.69º 0.81% 0.69% -
XYZ 18.62 10.55 2.49 -
YUV 77.81 102.72 197.33 -
System Red Green Blue C M Y K H S L
Decimal 175 37 33 0 0.79 0.81 0.31 1.69 0.68 0.41
Hex AF 25 21 0 4F 51 1F 2 44 29
Octal 257 45 41 0 117 121 37 2 104 51
Binary 10101111 100101 100001 0 1001111 1010001 11111 10 1000100 101001

Color Harmonies of #AF2521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2521

Black with #AF2521

Text Example


Text Example

White with #AF2521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2521; }

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

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

background-color css

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

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

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

border-color css

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

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

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