Html Css Color HEX #AF1413 Fire Brick

📋 copy color: '#AF1413'

red 175 ◦ green 20 ◦ blue 19

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

Shades of Fire Brick #AF1413

Tints of Fire Brick #AF1413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.35%

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

R = 81.78%
G = 9.35%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF1413 (or 0xAF1413) is known color: Fire Brick. HEX triplet: AF, 14 and 13. RGB value is (175,20,19). Sum of RGB (Red+Green+Blue) = 175+20+19=214 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.78% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1413 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1413 is #50EBEC. Grayscale: #424242. Windows color (decimal): -5303277 or 1250479. OLE color: 1250479.

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

Color convert

RGB 175 20 19 -
CMYK 0 0.89 0.89 0.31
HSL 0.38º 0.8% 0.38% -
HSV(B) 0.38º 0.89% 0.69% -
XYZ 18.05 9.66 1.53 -
YUV 66.23 101.35 205.58 -
System Red Green Blue C M Y K H S L
Decimal 175 20 19 0 0.89 0.89 0.31 0.38 0.8 0.38
Hex AF 14 13 0 59 59 1F 0 50 26
Octal 257 24 23 0 131 131 37 0 120 46
Binary 10101111 10100 10011 0 1011001 1011001 11111 0 1010000 100110

Color Harmonies of #AF1413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1413

Black with #AF1413

Text Example


Text Example

White with #AF1413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1413; }

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

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

background-color css

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

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

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

border-color css

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

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

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