Html Css Color HEX #AF241D Fire Brick

📋 copy color: '#AF241D'

red 175 ◦ green 36 ◦ blue 29

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

Shades of Fire Brick #AF241D

Tints of Fire Brick #AF241D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15%

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

R = 72.92%
G = 15%
B = 12.08%

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

#AF241D (or 0xAF241D) is known color: Fire Brick. HEX triplet: AF, 24 and 1D. RGB value is (175,36,29). Sum of RGB (Red+Green+Blue) = 175+36+29=240 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.92% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 175 - color contains mainly: red. Hex color #AF241D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF241D is #50DBE2. Grayscale: #4C4C4C. Windows color (decimal): -5299171 or 1909935. OLE color: 1909935.

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

Color convert

RGB 175 36 29 -
CMYK 0 0.79 0.83 0.31
HSL 2.88º 0.72% 0.4% -
HSV(B) 2.88º 0.83% 0.69% -
XYZ 18.53 10.46 2.21 -
YUV 76.76 101.05 198.07 -
System Red Green Blue C M Y K H S L
Decimal 175 36 29 0 0.79 0.83 0.31 2.88 0.72 0.4
Hex AF 24 1D 0 4F 53 1F 3 48 28
Octal 257 44 35 0 117 123 37 3 110 50
Binary 10101111 100100 11101 0 1001111 1010011 11111 11 1001000 101000

Color Harmonies of #AF241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF241D

Black with #AF241D

Text Example


Text Example

White with #AF241D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF241D; }

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

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

background-color css

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

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

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

border-color css

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

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

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