Html Css Color HEX #AF2723 Fire Brick

📋 copy color: '#AF2723'

red 175 ◦ green 39 ◦ blue 35

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

Shades of Fire Brick #AF2723

Tints of Fire Brick #AF2723

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.66%

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

R = 70.28%
G = 15.66%
B = 14.06%

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

#AF2723 (or 0xAF2723) is known color: Fire Brick. HEX triplet: AF, 27 and 23. RGB value is (175,39,35). Sum of RGB (Red+Green+Blue) = 175+39+35=249 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.28% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 35 (14.06% from 255 or 14.06% from 249); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2723 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2723 is #50D8DC. Grayscale: #4F4F4F. Windows color (decimal): -5298397 or 2303919. OLE color: 2303919.

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

Color convert

RGB 175 39 35 -
CMYK 0 0.78 0.8 0.31
HSL 1.71º 0.67% 0.41% -
HSV(B) 1.71º 0.8% 0.69% -
XYZ 18.71 10.69 2.67 -
YUV 79.21 103.06 196.33 -
System Red Green Blue C M Y K H S L
Decimal 175 39 35 0 0.78 0.8 0.31 1.71 0.67 0.41
Hex AF 27 23 0 4E 50 1F 2 43 29
Octal 257 47 43 0 116 120 37 2 103 51
Binary 10101111 100111 100011 0 1001110 1010000 11111 10 1000011 101001

Color Harmonies of #AF2723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2723

Black with #AF2723

Text Example


Text Example

White with #AF2723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2723; }

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

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

background-color css

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

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

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

border-color css

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

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

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