Html Css Color HEX #AF1D01 Fire Brick

📋 copy color: '#AF1D01'

red 175 ◦ green 29 ◦ blue 1

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

Shades of Fire Brick #AF1D01

Tints of Fire Brick #AF1D01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 85.37%
G = 14.15%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF1D01 (or 0xAF1D01) is known color: Fire Brick. HEX triplet: AF, 1D and 01. RGB value is (175,29,1). Sum of RGB (Red+Green+Blue) = 175+29+1=205 (27% of max value = 765). Red value is 175 (68.75% from 255 or 85.37% from 205); Green value is 29 (11.72% from 255 or 14.15% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1D01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1D01 is #50E2FE. Grayscale: #454545. Windows color (decimal): -5300991 or 73135. OLE color: 73135.

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

Color convert

RGB 175 29 1 -
CMYK 0 0.83 0.99 0.31
HSL 9.66º 0.99% 0.35% -
HSV(B) 9.66º 0.99% 0.69% -
XYZ 18.12 9.99 1 -
YUV 69.46 89.37 203.28 -
System Red Green Blue C M Y K H S L
Decimal 175 29 1 0 0.83 0.99 0.31 9.66 0.99 0.35
Hex AF 1D 1 0 53 63 1F A 63 23
Octal 257 35 1 0 123 143 37 12 143 43
Binary 10101111 11101 1 0 1010011 1100011 11111 1010 1100011 100011

Color Harmonies of #AF1D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1D01

Black with #AF1D01

Text Example


Text Example

White with #AF1D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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