Html Css Color HEX #AF2621 Fire Brick

📋 copy color: '#AF2621'

red 175 ◦ green 38 ◦ blue 33

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

Shades of Fire Brick #AF2621

Tints of Fire Brick #AF2621

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.45%

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

R = 71.14%
G = 15.45%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF2621 (or 0xAF2621) is known color: Fire Brick. HEX triplet: AF, 26 and 21. RGB value is (175,38,33). Sum of RGB (Red+Green+Blue) = 175+38+33=246 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.14% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 33 (13.28% from 255 or 13.41% from 246); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2621 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2621 is #50D9DE. Grayscale: #4E4E4E. Windows color (decimal): -5298655 or 2172591. OLE color: 2172591.

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

Color convert

RGB 175 38 33 -
CMYK 0 0.78 0.81 0.31
HSL 2.11º 0.68% 0.41% -
HSV(B) 2.11º 0.81% 0.69% -
XYZ 18.65 10.61 2.5 -
YUV 78.39 102.39 196.91 -
System Red Green Blue C M Y K H S L
Decimal 175 38 33 0 0.78 0.81 0.31 2.11 0.68 0.41
Hex AF 26 21 0 4E 51 1F 2 44 29
Octal 257 46 41 0 116 121 37 2 104 51
Binary 10101111 100110 100001 0 1001110 1010001 11111 10 1000100 101001

Color Harmonies of #AF2621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2621

Black with #AF2621

Text Example


Text Example

White with #AF2621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2621; }

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

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

background-color css

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

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

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

border-color css

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

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

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