Html Css Color HEX #AF2814 Fire Brick

📋 copy color: '#AF2814'

red 175 ◦ green 40 ◦ blue 20

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

Shades of Fire Brick #AF2814

Tints of Fire Brick #AF2814

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.02%

 BLUE value IS 20 (8.2% from 255) = 8.51%

R = 74.47%
G = 17.02%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF2814 (or 0xAF2814) is known color: Fire Brick. HEX triplet: AF, 28 and 14. RGB value is (175,40,20). Sum of RGB (Red+Green+Blue) = 175+40+20=235 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.47% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2814 is #50D7EB. Grayscale: #4E4E4E. Windows color (decimal): -5298156 or 1321135. OLE color: 1321135.

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

Color convert

RGB 175 40 20 -
CMYK 0 0.77 0.89 0.31
HSL 7.74º 0.79% 0.38% -
HSV(B) 7.74º 0.89% 0.69% -
XYZ 18.56 10.68 1.75 -
YUV 78.09 95.23 197.13 -
System Red Green Blue C M Y K H S L
Decimal 175 40 20 0 0.77 0.89 0.31 7.74 0.79 0.38
Hex AF 28 14 0 4D 59 1F 8 4F 26
Octal 257 50 24 0 115 131 37 10 117 46
Binary 10101111 101000 10100 0 1001101 1011001 11111 1000 1001111 100110

Color Harmonies of #AF2814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2814

Black with #AF2814

Text Example


Text Example

White with #AF2814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2814; }

 p { color: rgb(175,40,20); }

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

background-color css

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

 a { background-color: rgb(175,40,20); }

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

border-color css

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

 span { border-color: rgb(175,40,20); }

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