Html Css Color HEX #AF1C15 Fire Brick

📋 copy color: '#AF1C15'

red 175 ◦ green 28 ◦ blue 21

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

Shades of Fire Brick #AF1C15

Tints of Fire Brick #AF1C15

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.5%

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

R = 78.13%
G = 12.5%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF1C15 (or 0xAF1C15) is known color: Fire Brick. HEX triplet: AF, 1C and 15. RGB value is (175,28,21). Sum of RGB (Red+Green+Blue) = 175+28+21=224 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.12% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 21 (8.59% from 255 or 9.38% from 224); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1C15 is #50E3EA. Grayscale: #474747. Windows color (decimal): -5301227 or 1383599. OLE color: 1383599.

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

Color convert

RGB 175 28 21 -
CMYK 0 0.84 0.88 0.31
HSL 2.73º 0.79% 0.38% -
HSV(B) 2.73º 0.88% 0.69% -
XYZ 18.23 10 1.68 -
YUV 71.16 99.7 202.07 -
System Red Green Blue C M Y K H S L
Decimal 175 28 21 0 0.84 0.88 0.31 2.73 0.79 0.38
Hex AF 1C 15 0 54 58 1F 3 4F 26
Octal 257 34 25 0 124 130 37 3 117 46
Binary 10101111 11100 10101 0 1010100 1011000 11111 11 1001111 100110

Color Harmonies of #AF1C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1C15

Black with #AF1C15

Text Example


Text Example

White with #AF1C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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