Html Css Color HEX #AF1515 Fire Brick

📋 copy color: '#AF1515'

red 175 ◦ green 21 ◦ blue 21

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

Shades of Fire Brick #AF1515

Tints of Fire Brick #AF1515

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.68%

 BLUE value IS 21 (8.59% from 255) = 9.68%

R = 80.65%
G = 9.68%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF1515 (or 0xAF1515) is known color: Fire Brick. HEX triplet: AF, 15 and 15. RGB value is (175,21,21). Sum of RGB (Red+Green+Blue) = 175+21+21=217 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.65% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1515 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1515 is #50EAEA. Grayscale: #434343. Windows color (decimal): -5303019 or 1381807. OLE color: 1381807.

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

Color convert

RGB 175 21 21 -
CMYK 0 0.88 0.88 0.31
HSL 0.79% 0.38% -
HSV(B) 0.88% 0.69% -
XYZ 18.08 9.7 1.63 -
YUV 67.05 102.02 205 -
System Red Green Blue C M Y K H S L
Decimal 175 21 21 0 0.88 0.88 0.31 0 0.79 0.38
Hex AF 15 15 0 58 58 1F 0 4F 26
Octal 257 25 25 0 130 130 37 0 117 46
Binary 10101111 10101 10101 0 1011000 1011000 11111 0 1001111 100110

Color Harmonies of #AF1515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1515

Black with #AF1515

Text Example


Text Example

White with #AF1515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1515; }

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

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

background-color css

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

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

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

border-color css

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

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

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