Html Css Color HEX #AF1717 Fire Brick

📋 copy color: '#AF1717'

red 175 ◦ green 23 ◦ blue 23

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

Shades of Fire Brick #AF1717

Tints of Fire Brick #AF1717

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.41%

 BLUE value IS 23 (9.38% from 255) = 10.41%

R = 79.19%
G = 10.41%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF1717 (or 0xAF1717) is known color: Fire Brick. HEX triplet: AF, 17 and 17. RGB value is (175,23,23). Sum of RGB (Red+Green+Blue) = 175+23+23=221 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.19% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 23 (9.38% from 255 or 10.41% from 221); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1717 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1717 is #50E8E8. Grayscale: #444444. Windows color (decimal): -5302505 or 1513391. OLE color: 1513391.

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

Color convert

RGB 175 23 23 -
CMYK 0 0.87 0.87 0.31
HSL 0.77% 0.39% -
HSV(B) 0.87% 0.69% -
XYZ 18.14 9.79 1.74 -
YUV 68.45 102.36 204 -
System Red Green Blue C M Y K H S L
Decimal 175 23 23 0 0.87 0.87 0.31 0 0.77 0.39
Hex AF 17 17 0 57 57 1F 0 4D 27
Octal 257 27 27 0 127 127 37 0 115 47
Binary 10101111 10111 10111 0 1010111 1010111 11111 0 1001101 100111

Color Harmonies of #AF1717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1717

Black with #AF1717

Text Example


Text Example

White with #AF1717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1717; }

 p { color: rgb(175,23,23); }

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

background-color css

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

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

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

border-color css

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

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

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