Html Css Color HEX #AF2623 Fire Brick

📋 copy color: '#AF2623'

red 175 ◦ green 38 ◦ blue 35

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

Shades of Fire Brick #AF2623

Tints of Fire Brick #AF2623

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.32%

 BLUE value IS 35 (14.06% from 255) = 14.11%

R = 70.56%
G = 15.32%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.8

 K value IS 0.31

RGB Variations

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

Color information

#AF2623 (or 0xAF2623) is known color: Fire Brick. HEX triplet: AF, 26 and 23. RGB value is (175,38,35). Sum of RGB (Red+Green+Blue) = 175+38+35=248 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.56% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 35 (14.06% from 255 or 14.11% from 248); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2623 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2623 is #50D9DC. Grayscale: #4E4E4E. Windows color (decimal): -5298653 or 2303663. OLE color: 2303663.

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

Color convert

RGB 175 38 35 -
CMYK 0 0.78 0.8 0.31
HSL 1.29º 0.67% 0.41% -
HSV(B) 1.29º 0.8% 0.69% -
XYZ 18.68 10.62 2.66 -
YUV 78.62 103.39 196.74 -
System Red Green Blue C M Y K H S L
Decimal 175 38 35 0 0.78 0.8 0.31 1.29 0.67 0.41
Hex AF 26 23 0 4E 50 1F 1 43 29
Octal 257 46 43 0 116 120 37 1 103 51
Binary 10101111 100110 100011 0 1001110 1010000 11111 1 1000011 101001

Color Harmonies of #AF2623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2623

Black with #AF2623

Text Example


Text Example

White with #AF2623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2623; }

 p { color: rgb(175,38,35); }

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

background-color css

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

 a { background-color: rgb(175,38,35); }

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

border-color css

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

 span { border-color: rgb(175,38,35); }

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