Html Css Color HEX #AF1814 Fire Brick

📋 copy color: '#AF1814'

red 175 ◦ green 24 ◦ blue 20

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

Shades of Fire Brick #AF1814

Tints of Fire Brick #AF1814

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.96%

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

R = 79.91%
G = 10.96%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF1814 (or 0xAF1814) is known color: Fire Brick. HEX triplet: AF, 18 and 14. RGB value is (175,24,20). Sum of RGB (Red+Green+Blue) = 175+24+20=219 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.91% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1814 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1814 is #50E7EB. Grayscale: #444444. Windows color (decimal): -5302252 or 1317039. OLE color: 1317039.

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

Color convert

RGB 175 24 20 -
CMYK 0 0.86 0.89 0.31
HSL 1.55º 0.79% 0.38% -
HSV(B) 1.55º 0.89% 0.69% -
XYZ 18.13 9.82 1.6 -
YUV 68.69 100.53 203.83 -
System Red Green Blue C M Y K H S L
Decimal 175 24 20 0 0.86 0.89 0.31 1.55 0.79 0.38
Hex AF 18 14 0 56 59 1F 2 4F 26
Octal 257 30 24 0 126 131 37 2 117 46
Binary 10101111 11000 10100 0 1010110 1011001 11111 10 1001111 100110

Color Harmonies of #AF1814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1814

Black with #AF1814

Text Example


Text Example

White with #AF1814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1814; }

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

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

background-color css

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

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

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

border-color css

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

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

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