Html Css Color HEX #AF1F03 Fire Brick

📋 copy color: '#AF1F03'

red 175 ◦ green 31 ◦ blue 3

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

Shades of Fire Brick #AF1F03

Tints of Fire Brick #AF1F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.44%

R = 83.73%
G = 14.83%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF1F03 (or 0xAF1F03) is known color: Fire Brick. HEX triplet: AF, 1F and 03. RGB value is (175,31,3). Sum of RGB (Red+Green+Blue) = 175+31+3=209 (27% of max value = 765). Red value is 175 (68.75% from 255 or 83.73% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 3 (1.56% from 255 or 1.44% from 209); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1F03 is #50E0FC. Grayscale: #474747. Windows color (decimal): -5300477 or 204719. OLE color: 204719.

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

Color convert

RGB 175 31 3 -
CMYK 0 0.82 0.98 0.31
HSL 9.77º 0.97% 0.35% -
HSV(B) 9.77º 0.98% 0.69% -
XYZ 18.19 10.1 1.08 -
YUV 70.86 89.71 202.28 -
System Red Green Blue C M Y K H S L
Decimal 175 31 3 0 0.82 0.98 0.31 9.77 0.97 0.35
Hex AF 1F 3 0 52 62 1F A 61 23
Octal 257 37 3 0 122 142 37 12 141 43
Binary 10101111 11111 11 0 1010010 1100010 11111 1010 1100001 100011

Color Harmonies of #AF1F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1F03

Black with #AF1F03

Text Example


Text Example

White with #AF1F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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