Html Css Color HEX #AF1F08 Fire Brick

📋 copy color: '#AF1F08'

red 175 ◦ green 31 ◦ blue 8

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

Shades of Fire Brick #AF1F08

Tints of Fire Brick #AF1F08

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.49%

 BLUE value IS 8 (3.52% from 255) = 3.74%

R = 81.78%
G = 14.49%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF1F08 (or 0xAF1F08) is known color: Fire Brick. HEX triplet: AF, 1F and 08. RGB value is (175,31,8). Sum of RGB (Red+Green+Blue) = 175+31+8=214 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.78% from 214); Green value is 31 (12.5% from 255 or 14.49% from 214); Blue value is 8 (3.52% from 255 or 3.74% from 214); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1F08 is #50E0F7. Grayscale: #474747. Windows color (decimal): -5300472 or 532399. OLE color: 532399.

HSL color Cylindrical-coordinate representation of color #AF1F08: hue angle of 8.26º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF1F08 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 31 8 -
CMYK 0 0.82 0.95 0.31
HSL 8.26º 0.91% 0.36% -
HSV(B) 8.26º 0.95% 0.69% -
XYZ 18.21 10.11 1.22 -
YUV 71.43 92.21 201.87 -
System Red Green Blue C M Y K H S L
Decimal 175 31 8 0 0.82 0.95 0.31 8.26 0.91 0.36
Hex AF 1F 8 0 52 5F 1F 8 5B 24
Octal 257 37 10 0 122 137 37 10 133 44
Binary 10101111 11111 1000 0 1010010 1011111 11111 1000 1011011 100100

Color Harmonies of #AF1F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1F08

Black with #AF1F08

Text Example


Text Example

White with #AF1F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1F08; }

 p { color: rgb(175,31,8); }

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

background-color css

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

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

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

border-color css

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

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

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