Html Css Color HEX #AF1F15 Fire Brick

📋 copy color: '#AF1F15'

red 175 ◦ green 31 ◦ blue 21

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

Shades of Fire Brick #AF1F15

Tints of Fire Brick #AF1F15

RGB

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

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

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

R = 77.09%
G = 13.66%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF1F15 (or 0xAF1F15) is known color: Fire Brick. HEX triplet: AF, 1F and 15. RGB value is (175,31,21). Sum of RGB (Red+Green+Blue) = 175+31+21=227 (30% of max value = 765). Red value is 175 (68.75% from 255 or 77.09% from 227); Green value is 31 (12.5% from 255 or 13.66% from 227); Blue value is 21 (8.59% from 255 or 9.25% from 227); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1F15 is #50E0EA. Grayscale: #494949. Windows color (decimal): -5300459 or 1384367. OLE color: 1384367.

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

Color convert

RGB 175 31 21 -
CMYK 0 0.82 0.88 0.31
HSL 3.9º 0.79% 0.38% -
HSV(B) 3.9º 0.88% 0.69% -
XYZ 18.3 10.15 1.7 -
YUV 72.92 98.71 200.81 -
System Red Green Blue C M Y K H S L
Decimal 175 31 21 0 0.82 0.88 0.31 3.9 0.79 0.38
Hex AF 1F 15 0 52 58 1F 4 4F 26
Octal 257 37 25 0 122 130 37 4 117 46
Binary 10101111 11111 10101 0 1010010 1011000 11111 100 1001111 100110

Color Harmonies of #AF1F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1F15

Black with #AF1F15

Text Example


Text Example

White with #AF1F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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