Html Css Color HEX #AF2619 Fire Brick

📋 copy color: '#AF2619'

red 175 ◦ green 38 ◦ blue 25

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

Shades of Fire Brick #AF2619

Tints of Fire Brick #AF2619

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.97%

 BLUE value IS 25 (10.16% from 255) = 10.5%

R = 73.53%
G = 15.97%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF2619 (or 0xAF2619) is known color: Fire Brick. HEX triplet: AF, 26 and 19. RGB value is (175,38,25). Sum of RGB (Red+Green+Blue) = 175+38+25=238 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.53% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2619 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2619 is #50D9E6. Grayscale: #4D4D4D. Windows color (decimal): -5298663 or 1648303. OLE color: 1648303.

HSL color Cylindrical-coordinate representation of color #AF2619: hue angle of 5.2º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF2619 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 38 25 -
CMYK 0 0.78 0.86 0.31
HSL 5.2º 0.75% 0.39% -
HSV(B) 5.2º 0.86% 0.69% -
XYZ 18.55 10.57 1.98 -
YUV 77.48 98.39 197.56 -
System Red Green Blue C M Y K H S L
Decimal 175 38 25 0 0.78 0.86 0.31 5.2 0.75 0.39
Hex AF 26 19 0 4E 56 1F 5 4B 27
Octal 257 46 31 0 116 126 37 5 113 47
Binary 10101111 100110 11001 0 1001110 1010110 11111 101 1001011 100111

Color Harmonies of #AF2619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2619

Black with #AF2619

Text Example


Text Example

White with #AF2619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2619; }

 p { color: rgb(175,38,25); }

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

background-color css

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

 a { background-color: rgb(175,38,25); }

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

border-color css

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

 span { border-color: rgb(175,38,25); }

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