Html Css Color HEX #AF5D1D Fiery Orange

📋 copy color: '#AF5D1D'

red 175 ◦ green 93 ◦ blue 29

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

Shades of Fiery Orange #AF5D1D

Tints of Fiery Orange #AF5D1D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.31%

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

R = 58.92%
G = 31.31%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF5D1D (or 0xAF5D1D) is known color: Fiery Orange. HEX triplet: AF, 5D and 1D. RGB value is (175,93,29). Sum of RGB (Red+Green+Blue) = 175+93+29=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5D1D is #50A2E2. Grayscale: #6E6E6E. Windows color (decimal): -5284579 or 1924527. OLE color: 1924527.

HSL color Cylindrical-coordinate representation of color #AF5D1D: hue angle of 26.3º 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 #AF5D1D is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 93 29 -
CMYK 0 0.47 0.83 0.31
HSL 26.3º 0.72% 0.4% -
HSV(B) 26.3º 0.83% 0.69% -
XYZ 21.82 17.03 3.3 -
YUV 110.22 82.17 174.2 -
System Red Green Blue C M Y K H S L
Decimal 175 93 29 0 0.47 0.83 0.31 26.3 0.72 0.4
Hex AF 5D 1D 0 2F 53 1F 1A 48 28
Octal 257 135 35 0 57 123 37 32 110 50
Binary 10101111 1011101 11101 0 101111 1010011 11111 11010 1001000 101000

Color Harmonies of #AF5D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D1D

Black with #AF5D1D

Text Example


Text Example

White with #AF5D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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