Html Css Color HEX #AF2617 Fire Brick

📋 copy color: '#AF2617'

red 175 ◦ green 38 ◦ blue 23

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

Shades of Fire Brick #AF2617

Tints of Fire Brick #AF2617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.75%

R = 74.15%
G = 16.1%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF2617 (or 0xAF2617) is known color: Fire Brick. HEX triplet: AF, 26 and 17. RGB value is (175,38,23). Sum of RGB (Red+Green+Blue) = 175+38+23=236 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.15% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 23 (9.38% from 255 or 9.75% from 236); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2617 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2617 is #50D9E8. Grayscale: #4D4D4D. Windows color (decimal): -5298665 or 1517231. OLE color: 1517231.

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

Color convert

RGB 175 38 23 -
CMYK 0 0.78 0.87 0.31
HSL 5.92º 0.77% 0.39% -
HSV(B) 5.92º 0.87% 0.69% -
XYZ 18.53 10.56 1.87 -
YUV 77.25 97.39 197.72 -
System Red Green Blue C M Y K H S L
Decimal 175 38 23 0 0.78 0.87 0.31 5.92 0.77 0.39
Hex AF 26 17 0 4E 57 1F 6 4D 27
Octal 257 46 27 0 116 127 37 6 115 47
Binary 10101111 100110 10111 0 1001110 1010111 11111 110 1001101 100111

Color Harmonies of #AF2617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2617

Black with #AF2617

Text Example


Text Example

White with #AF2617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2617; }

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

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

background-color css

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

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

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

border-color css

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

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

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