Html Css Color HEX #AF251D Fire Brick

📋 copy color: '#AF251D'

red 175 ◦ green 37 ◦ blue 29

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

Shades of Fire Brick #AF251D

Tints of Fire Brick #AF251D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.35%

 BLUE value IS 29 (11.72% from 255) = 12.03%

R = 72.61%
G = 15.35%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF251D (or 0xAF251D) is known color: Fire Brick. HEX triplet: AF, 25 and 1D. RGB value is (175,37,29). Sum of RGB (Red+Green+Blue) = 175+37+29=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF251D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF251D is #50DAE2. Grayscale: #4D4D4D. Windows color (decimal): -5298915 or 1910191. OLE color: 1910191.

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

Color convert

RGB 175 37 29 -
CMYK 0 0.79 0.83 0.31
HSL 3.29º 0.72% 0.4% -
HSV(B) 3.29º 0.83% 0.69% -
XYZ 18.56 10.53 2.22 -
YUV 77.35 100.72 197.65 -
System Red Green Blue C M Y K H S L
Decimal 175 37 29 0 0.79 0.83 0.31 3.29 0.72 0.4
Hex AF 25 1D 0 4F 53 1F 3 48 28
Octal 257 45 35 0 117 123 37 3 110 50
Binary 10101111 100101 11101 0 1001111 1010011 11111 11 1001000 101000

Color Harmonies of #AF251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF251D

Black with #AF251D

Text Example


Text Example

White with #AF251D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF251D; }

 p { color: rgb(175,37,29); }

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

background-color css

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

 a { background-color: rgb(175,37,29); }

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

border-color css

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

 span { border-color: rgb(175,37,29); }

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