Html Css Color HEX #AF1F04 Fire Brick

📋 copy color: '#AF1F04'

red 175 ◦ green 31 ◦ blue 4

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

Shades of Fire Brick #AF1F04

Tints of Fire Brick #AF1F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.9%

R = 83.33%
G = 14.76%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF1F04 (or 0xAF1F04) is known color: Fire Brick. HEX triplet: AF, 1F and 04. RGB value is (175,31,4). Sum of RGB (Red+Green+Blue) = 175+31+4=210 (27% of max value = 765). Red value is 175 (68.75% from 255 or 83.33% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 4 (1.95% from 255 or 1.90% from 210); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1F04 is #50E0FB. Grayscale: #474747. Windows color (decimal): -5300476 or 270255. OLE color: 270255.

HSL color Cylindrical-coordinate representation of color #AF1F04: hue angle of 9.47º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF1F04 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 31 4 -
CMYK 0 0.82 0.98 0.31
HSL 9.47º 0.96% 0.35% -
HSV(B) 9.47º 0.98% 0.69% -
XYZ 18.19 10.1 1.11 -
YUV 70.98 90.21 202.2 -
System Red Green Blue C M Y K H S L
Decimal 175 31 4 0 0.82 0.98 0.31 9.47 0.96 0.35
Hex AF 1F 4 0 52 62 1F 9 60 23
Octal 257 37 4 0 122 142 37 11 140 43
Binary 10101111 11111 100 0 1010010 1100010 11111 1001 1100000 100011

Color Harmonies of #AF1F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1F04

Black with #AF1F04

Text Example


Text Example

White with #AF1F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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