Html Css Color HEX #AF231D Fire Brick

📋 copy color: '#AF231D'

red 175 ◦ green 35 ◦ blue 29

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

Shades of Fire Brick #AF231D

Tints of Fire Brick #AF231D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.13%

R = 73.22%
G = 14.64%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF231D (or 0xAF231D) is known color: Fire Brick. HEX triplet: AF, 23 and 1D. RGB value is (175,35,29). Sum of RGB (Red+Green+Blue) = 175+35+29=239 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.22% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 175 - color contains mainly: red. Hex color #AF231D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF231D is #50DCE2. Grayscale: #4C4C4C. Windows color (decimal): -5299427 or 1909679. OLE color: 1909679.

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

Color convert

RGB 175 35 29 -
CMYK 0 0.8 0.83 0.31
HSL 2.47º 0.72% 0.4% -
HSV(B) 2.47º 0.83% 0.69% -
XYZ 18.5 10.4 2.2 -
YUV 76.18 101.38 198.49 -
System Red Green Blue C M Y K H S L
Decimal 175 35 29 0 0.8 0.83 0.31 2.47 0.72 0.4
Hex AF 23 1D 0 50 53 1F 2 48 28
Octal 257 43 35 0 120 123 37 2 110 50
Binary 10101111 100011 11101 0 1010000 1010011 11111 10 1001000 101000

Color Harmonies of #AF231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF231D

Black with #AF231D

Text Example


Text Example

White with #AF231D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF231D; }

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

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

background-color css

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

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

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

border-color css

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

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

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