Html Css Color HEX #AF2825 Fire Brick

📋 copy color: '#AF2825'

red 175 ◦ green 40 ◦ blue 37

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

Shades of Fire Brick #AF2825

Tints of Fire Brick #AF2825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.68%

R = 69.44%
G = 15.87%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF2825 (or 0xAF2825) is known color: Fire Brick. HEX triplet: AF, 28 and 25. RGB value is (175,40,37). Sum of RGB (Red+Green+Blue) = 175+40+37=252 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.44% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2825 is #50D7DA. Grayscale: #505050. Windows color (decimal): -5298139 or 2435247. OLE color: 2435247.

HSL color Cylindrical-coordinate representation of color #AF2825: hue angle of 1.3º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF2825 is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 40 37 -
CMYK 0 0.77 0.79 0.31
HSL 1.3º 0.65% 0.42% -
HSV(B) 1.3º 0.79% 0.69% -
XYZ 18.77 10.77 2.84 -
YUV 80.02 103.73 195.74 -
System Red Green Blue C M Y K H S L
Decimal 175 40 37 0 0.77 0.79 0.31 1.3 0.65 0.42
Hex AF 28 25 0 4D 4F 1F 1 41 2A
Octal 257 50 45 0 115 117 37 1 101 52
Binary 10101111 101000 100101 0 1001101 1001111 11111 1 1000001 101010

Color Harmonies of #AF2825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2825

Black with #AF2825

Text Example


Text Example

White with #AF2825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2825; }

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

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

background-color css

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

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

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

border-color css

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

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

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