Html Css Color HEX #AF2315 Fire Brick

📋 copy color: '#AF2315'

red 175 ◦ green 35 ◦ blue 21

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

Shades of Fire Brick #AF2315

Tints of Fire Brick #AF2315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.15%

 BLUE value IS 21 (8.59% from 255) = 9.09%

R = 75.76%
G = 15.15%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF2315 (or 0xAF2315) is known color: Fire Brick. HEX triplet: AF, 23 and 15. RGB value is (175,35,21). Sum of RGB (Red+Green+Blue) = 175+35+21=231 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.76% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 21 (8.59% from 255 or 9.09% from 231); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2315 is #50DCEA. Grayscale: #4B4B4B. Windows color (decimal): -5299435 or 1385391. OLE color: 1385391.

HSL color Cylindrical-coordinate representation of color #AF2315: hue angle of 5.45º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF2315 is Cyan = 0, Magento = 0.8, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 35 21 -
CMYK 0 0.8 0.88 0.31
HSL 5.45º 0.79% 0.38% -
HSV(B) 5.45º 0.88% 0.69% -
XYZ 18.42 10.37 1.74 -
YUV 75.26 97.38 199.14 -
System Red Green Blue C M Y K H S L
Decimal 175 35 21 0 0.8 0.88 0.31 5.45 0.79 0.38
Hex AF 23 15 0 50 58 1F 5 4F 26
Octal 257 43 25 0 120 130 37 5 117 46
Binary 10101111 100011 10101 0 1010000 1011000 11111 101 1001111 100110

Color Harmonies of #AF2315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2315

Black with #AF2315

Text Example


Text Example

White with #AF2315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2315; }

 p { color: rgb(175,35,21); }

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

background-color css

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

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

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

border-color css

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

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

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