Html Css Color HEX #AF2D15 Fire Brick

📋 copy color: '#AF2D15'

red 175 ◦ green 45 ◦ blue 21

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

Shades of Fire Brick #AF2D15

Tints of Fire Brick #AF2D15

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.67%

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

R = 72.61%
G = 18.67%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF2D15 (or 0xAF2D15) is known color: Fire Brick. HEX triplet: AF, 2D and 15. RGB value is (175,45,21). Sum of RGB (Red+Green+Blue) = 175+45+21=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2D15 is #50D2EA. Grayscale: #515151. Windows color (decimal): -5296875 or 1387951. OLE color: 1387951.

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

Color convert

RGB 175 45 21 -
CMYK 0 0.74 0.88 0.31
HSL 9.35º 0.79% 0.38% -
HSV(B) 9.35º 0.88% 0.69% -
XYZ 18.75 11.04 1.85 -
YUV 81.13 94.07 194.95 -
System Red Green Blue C M Y K H S L
Decimal 175 45 21 0 0.74 0.88 0.31 9.35 0.79 0.38
Hex AF 2D 15 0 4A 58 1F 9 4F 26
Octal 257 55 25 0 112 130 37 11 117 46
Binary 10101111 101101 10101 0 1001010 1011000 11111 1001 1001111 100110

Color Harmonies of #AF2D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2D15

Black with #AF2D15

Text Example


Text Example

White with #AF2D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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