Html Css Color HEX #AF2323 Fire Brick

📋 copy color: '#AF2323'

red 175 ◦ green 35 ◦ blue 35

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

Shades of Fire Brick #AF2323

Tints of Fire Brick #AF2323

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.29%

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

R = 71.43%
G = 14.29%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.8

 K value IS 0.31

RGB Variations

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

Color information

#AF2323 (or 0xAF2323) is known color: Fire Brick. HEX triplet: AF, 23 and 23. RGB value is (175,35,35). Sum of RGB (Red+Green+Blue) = 175+35+35=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2323 is #50DCDC. Grayscale: #4D4D4D. Windows color (decimal): -5299421 or 2302895. OLE color: 2302895.

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

Color convert

RGB 175 35 35 -
CMYK 0 0.8 0.8 0.31
HSL 0.67% 0.41% -
HSV(B) 0.8% 0.69% -
XYZ 18.58 10.44 2.63 -
YUV 76.86 104.38 198 -
System Red Green Blue C M Y K H S L
Decimal 175 35 35 0 0.8 0.8 0.31 0 0.67 0.41
Hex AF 23 23 0 50 50 1F 0 43 29
Octal 257 43 43 0 120 120 37 0 103 51
Binary 10101111 100011 100011 0 1010000 1010000 11111 0 1000011 101001

Color Harmonies of #AF2323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2323

Black with #AF2323

Text Example


Text Example

White with #AF2323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2323; }

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

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

background-color css

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

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

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

border-color css

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

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

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