Html Css Color HEX #AF2213 Fire Brick

📋 copy color: '#AF2213'

red 175 ◦ green 34 ◦ blue 19

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

Shades of Fire Brick #AF2213

Tints of Fire Brick #AF2213

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.91%

 BLUE value IS 19 (7.81% from 255) = 8.33%

R = 76.75%
G = 14.91%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF2213 (or 0xAF2213) is known color: Fire Brick. HEX triplet: AF, 22 and 13. RGB value is (175,34,19). Sum of RGB (Red+Green+Blue) = 175+34+19=228 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.75% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2213 is #50DDEC. Grayscale: #4A4A4A. Windows color (decimal): -5299693 or 1254063. OLE color: 1254063.

HSL color Cylindrical-coordinate representation of color #AF2213: hue angle of 5.77º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF2213 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 34 19 -
CMYK 0 0.81 0.89 0.31
HSL 5.77º 0.8% 0.38% -
HSV(B) 5.77º 0.89% 0.69% -
XYZ 18.37 10.31 1.64 -
YUV 74.45 96.71 199.72 -
System Red Green Blue C M Y K H S L
Decimal 175 34 19 0 0.81 0.89 0.31 5.77 0.8 0.38
Hex AF 22 13 0 51 59 1F 6 50 26
Octal 257 42 23 0 121 131 37 6 120 46
Binary 10101111 100010 10011 0 1010001 1011001 11111 110 1010000 100110

Color Harmonies of #AF2213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2213

Black with #AF2213

Text Example


Text Example

White with #AF2213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2213; }

 p { color: rgb(175,34,19); }

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

background-color css

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

 a { background-color: rgb(175,34,19); }

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

border-color css

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

 span { border-color: rgb(175,34,19); }

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