Html Css Color HEX #AF2917 Fire Brick

📋 copy color: '#AF2917'

red 175 ◦ green 41 ◦ blue 23

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

Shades of Fire Brick #AF2917

Tints of Fire Brick #AF2917

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.15%

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

R = 73.22%
G = 17.15%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF2917 (or 0xAF2917) is known color: Fire Brick. HEX triplet: AF, 29 and 17. RGB value is (175,41,23). Sum of RGB (Red+Green+Blue) = 175+41+23=239 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.22% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 23 (9.38% from 255 or 9.62% from 239); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2917 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2917 is #50D6E8. Grayscale: #4F4F4F. Windows color (decimal): -5297897 or 1517999. OLE color: 1517999.

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

Color convert

RGB 175 41 23 -
CMYK 0 0.77 0.87 0.31
HSL 7.11º 0.77% 0.39% -
HSV(B) 7.11º 0.87% 0.69% -
XYZ 18.63 10.76 1.91 -
YUV 79.01 96.39 196.46 -
System Red Green Blue C M Y K H S L
Decimal 175 41 23 0 0.77 0.87 0.31 7.11 0.77 0.39
Hex AF 29 17 0 4D 57 1F 7 4D 27
Octal 257 51 27 0 115 127 37 7 115 47
Binary 10101111 101001 10111 0 1001101 1010111 11111 111 1001101 100111

Color Harmonies of #AF2917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2917

Black with #AF2917

Text Example


Text Example

White with #AF2917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2917; }

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

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

background-color css

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

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

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

border-color css

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

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

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