Html Css Color HEX #AF1514 Fire Brick

📋 copy color: '#AF1514'

red 175 ◦ green 21 ◦ blue 20

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

Shades of Fire Brick #AF1514

Tints of Fire Brick #AF1514

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.72%

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

R = 81.02%
G = 9.72%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF1514 (or 0xAF1514) is known color: Fire Brick. HEX triplet: AF, 15 and 14. RGB value is (175,21,20). Sum of RGB (Red+Green+Blue) = 175+21+20=216 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.02% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1514 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1514 is #50EAEB. Grayscale: #434343. Windows color (decimal): -5303020 or 1316271. OLE color: 1316271.

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

Color convert

RGB 175 21 20 -
CMYK 0 0.88 0.89 0.31
HSL 0.39º 0.79% 0.38% -
HSV(B) 0.39º 0.89% 0.69% -
XYZ 18.07 9.7 1.58 -
YUV 66.93 101.52 205.08 -
System Red Green Blue C M Y K H S L
Decimal 175 21 20 0 0.88 0.89 0.31 0.39 0.79 0.38
Hex AF 15 14 0 58 59 1F 0 4F 26
Octal 257 25 24 0 130 131 37 0 117 46
Binary 10101111 10101 10100 0 1011000 1011001 11111 0 1001111 100110

Color Harmonies of #AF1514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1514

Black with #AF1514

Text Example


Text Example

White with #AF1514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1514; }

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

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

background-color css

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

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

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

border-color css

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

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

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