Html Css Color HEX #AF2713 Fire Brick

📋 copy color: '#AF2713'

red 175 ◦ green 39 ◦ blue 19

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

Shades of Fire Brick #AF2713

Tints of Fire Brick #AF2713

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.74%

 BLUE value IS 19 (7.81% from 255) = 8.15%

R = 75.11%
G = 16.74%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF2713 (or 0xAF2713) is known color: Fire Brick. HEX triplet: AF, 27 and 13. RGB value is (175,39,19). Sum of RGB (Red+Green+Blue) = 175+39+19=233 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.11% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2713 is #50D8EC. Grayscale: #4D4D4D. Windows color (decimal): -5298413 or 1255343. OLE color: 1255343.

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

Color convert

RGB 175 39 19 -
CMYK 0 0.78 0.89 0.31
HSL 7.69º 0.8% 0.38% -
HSV(B) 7.69º 0.89% 0.69% -
XYZ 18.52 10.61 1.69 -
YUV 77.38 95.06 197.63 -
System Red Green Blue C M Y K H S L
Decimal 175 39 19 0 0.78 0.89 0.31 7.69 0.8 0.38
Hex AF 27 13 0 4E 59 1F 8 50 26
Octal 257 47 23 0 116 131 37 10 120 46
Binary 10101111 100111 10011 0 1001110 1011001 11111 1000 1010000 100110

Color Harmonies of #AF2713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2713

Black with #AF2713

Text Example


Text Example

White with #AF2713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2713; }

 p { color: rgb(175,39,19); }

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

background-color css

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

 a { background-color: rgb(175,39,19); }

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

border-color css

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

 span { border-color: rgb(175,39,19); }

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