Html Css Color HEX #AF2525 Fire Brick

📋 copy color: '#AF2525'

red 175 ◦ green 37 ◦ blue 37

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

Shades of Fire Brick #AF2525

Tints of Fire Brick #AF2525

RGB

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

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

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

R = 70.28%
G = 14.86%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF2525 (or 0xAF2525) is known color: Fire Brick. HEX triplet: AF, 25 and 25. RGB value is (175,37,37). Sum of RGB (Red+Green+Blue) = 175+37+37=249 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.28% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2525 is #50DADA. Grayscale: #4E4E4E. Windows color (decimal): -5298907 or 2434479. OLE color: 2434479.

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

Color convert

RGB 175 37 37 -
CMYK 0 0.79 0.79 0.31
HSL 0.65% 0.42% -
HSV(B) 0.79% 0.69% -
XYZ 18.67 10.57 2.81 -
YUV 78.26 104.72 197 -
System Red Green Blue C M Y K H S L
Decimal 175 37 37 0 0.79 0.79 0.31 0 0.65 0.42
Hex AF 25 25 0 4F 4F 1F 0 41 2A
Octal 257 45 45 0 117 117 37 0 101 52
Binary 10101111 100101 100101 0 1001111 1001111 11111 0 1000001 101010

Color Harmonies of #AF2525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2525

Black with #AF2525

Text Example


Text Example

White with #AF2525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2525; }

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

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

background-color css

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

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

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

border-color css

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

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

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