Html Css Color HEX #AF1F1C Fire Brick

📋 copy color: '#AF1F1C'

red 175 ◦ green 31 ◦ blue 28

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

Shades of Fire Brick #AF1F1C

Tints of Fire Brick #AF1F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.97%

R = 74.79%
G = 13.25%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF1F1C (or 0xAF1F1C) is known color: Fire Brick. HEX triplet: AF, 1F and 1C. RGB value is (175,31,28). Sum of RGB (Red+Green+Blue) = 175+31+28=234 (30% of max value = 765). Red value is 175 (68.75% from 255 or 74.79% from 234); Green value is 31 (12.5% from 255 or 13.25% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1F1C is #50E0E3. Grayscale: #494949. Windows color (decimal): -5300452 or 1843119. OLE color: 1843119.

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

Color convert

RGB 175 31 28 -
CMYK 0 0.82 0.84 0.31
HSL 1.22º 0.72% 0.4% -
HSV(B) 1.22º 0.84% 0.69% -
XYZ 18.38 10.18 2.09 -
YUV 73.71 102.21 200.24 -
System Red Green Blue C M Y K H S L
Decimal 175 31 28 0 0.82 0.84 0.31 1.22 0.72 0.4
Hex AF 1F 1C 0 52 54 1F 1 48 28
Octal 257 37 34 0 122 124 37 1 110 50
Binary 10101111 11111 11100 0 1010010 1010100 11111 1 1001000 101000

Color Harmonies of #AF1F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1F1C

Black with #AF1F1C

Text Example


Text Example

White with #AF1F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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