Html Css Color HEX #AF1D1C Fire Brick

📋 copy color: '#AF1D1C'

red 175 ◦ green 29 ◦ blue 28

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

Shades of Fire Brick #AF1D1C

Tints of Fire Brick #AF1D1C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.5%

 BLUE value IS 28 (11.33% from 255) = 12.07%

R = 75.43%
G = 12.5%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF1D1C (or 0xAF1D1C) is known color: Fire Brick. HEX triplet: AF, 1D and 1C. RGB value is (175,29,28). Sum of RGB (Red+Green+Blue) = 175+29+28=232 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.43% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1D1C is #50E2E3. Grayscale: #484848. Windows color (decimal): -5300964 or 1842607. OLE color: 1842607.

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

Color convert

RGB 175 29 28 -
CMYK 0 0.83 0.84 0.31
HSL 0.41º 0.72% 0.4% -
HSV(B) 0.41º 0.84% 0.69% -
XYZ 18.33 10.08 2.08 -
YUV 72.54 102.87 201.08 -
System Red Green Blue C M Y K H S L
Decimal 175 29 28 0 0.83 0.84 0.31 0.41 0.72 0.4
Hex AF 1D 1C 0 53 54 1F 0 48 28
Octal 257 35 34 0 123 124 37 0 110 50
Binary 10101111 11101 11100 0 1010011 1010100 11111 0 1001000 101000

Color Harmonies of #AF1D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1D1C

Black with #AF1D1C

Text Example


Text Example

White with #AF1D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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