Html Css Color HEX #AF2625 Fire Brick

📋 copy color: '#AF2625'

red 175 ◦ green 38 ◦ blue 37

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

Shades of Fire Brick #AF2625

Tints of Fire Brick #AF2625

RGB

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

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

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

R = 70%
G = 15.2%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF2625 (or 0xAF2625) is known color: Fire Brick. HEX triplet: AF, 26 and 25. RGB value is (175,38,37). Sum of RGB (Red+Green+Blue) = 175+38+37=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2625 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2625 is #50D9DA. Grayscale: #4E4E4E. Windows color (decimal): -5298651 or 2434735. OLE color: 2434735.

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

Color convert

RGB 175 38 37 -
CMYK 0 0.78 0.79 0.31
HSL 0.43º 0.65% 0.42% -
HSV(B) 0.43º 0.79% 0.69% -
XYZ 18.71 10.63 2.82 -
YUV 78.85 104.39 196.58 -
System Red Green Blue C M Y K H S L
Decimal 175 38 37 0 0.78 0.79 0.31 0.43 0.65 0.42
Hex AF 26 25 0 4E 4F 1F 0 41 2A
Octal 257 46 45 0 116 117 37 0 101 52
Binary 10101111 100110 100101 0 1001110 1001111 11111 0 1000001 101010

Color Harmonies of #AF2625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2625

Black with #AF2625

Text Example


Text Example

White with #AF2625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2625; }

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

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

background-color css

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

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

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

border-color css

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

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

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