Html Css Color HEX #AF2417 Fire Brick

📋 copy color: '#AF2417'

red 175 ◦ green 36 ◦ blue 23

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

Shades of Fire Brick #AF2417

Tints of Fire Brick #AF2417

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.38%

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

R = 74.79%
G = 15.38%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF2417 (or 0xAF2417) is known color: Fire Brick. HEX triplet: AF, 24 and 17. RGB value is (175,36,23). Sum of RGB (Red+Green+Blue) = 175+36+23=234 (30% of max value = 765). Red value is 175 (68.75% from 255 or 74.79% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 23 (9.38% from 255 or 9.83% from 234); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2417 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2417 is #50DBE8. Grayscale: #4C4C4C. Windows color (decimal): -5299177 or 1516719. OLE color: 1516719.

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

Color convert

RGB 175 36 23 -
CMYK 0 0.79 0.87 0.31
HSL 5.13º 0.77% 0.39% -
HSV(B) 5.13º 0.87% 0.69% -
XYZ 18.46 10.44 1.85 -
YUV 76.08 98.05 198.56 -
System Red Green Blue C M Y K H S L
Decimal 175 36 23 0 0.79 0.87 0.31 5.13 0.77 0.39
Hex AF 24 17 0 4F 57 1F 5 4D 27
Octal 257 44 27 0 117 127 37 5 115 47
Binary 10101111 100100 10111 0 1001111 1010111 11111 101 1001101 100111

Color Harmonies of #AF2417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2417

Black with #AF2417

Text Example


Text Example

White with #AF2417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2417; }

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

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

background-color css

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

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

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

border-color css

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

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

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