Html Css Color HEX #AF1F14 Fire Brick

📋 copy color: '#AF1F14'

red 175 ◦ green 31 ◦ blue 20

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

Shades of Fire Brick #AF1F14

Tints of Fire Brick #AF1F14

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.72%

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

R = 77.43%
G = 13.72%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF1F14 (or 0xAF1F14) is known color: Fire Brick. HEX triplet: AF, 1F and 14. RGB value is (175,31,20). Sum of RGB (Red+Green+Blue) = 175+31+20=226 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.43% from 226); Green value is 31 (12.5% from 255 or 13.72% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1F14 is #50E0EB. Grayscale: #484848. Windows color (decimal): -5300460 or 1318831. OLE color: 1318831.

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

Color convert

RGB 175 31 20 -
CMYK 0 0.82 0.89 0.31
HSL 4.26º 0.79% 0.38% -
HSV(B) 4.26º 0.89% 0.69% -
XYZ 18.3 10.14 1.66 -
YUV 72.8 98.21 200.89 -
System Red Green Blue C M Y K H S L
Decimal 175 31 20 0 0.82 0.89 0.31 4.26 0.79 0.38
Hex AF 1F 14 0 52 59 1F 4 4F 26
Octal 257 37 24 0 122 131 37 4 117 46
Binary 10101111 11111 10100 0 1010010 1011001 11111 100 1001111 100110

Color Harmonies of #AF1F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1F14

Black with #AF1F14

Text Example


Text Example

White with #AF1F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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