Html Css Color HEX #AF1721 Fire Engine Red

📋 copy color: '#AF1721'

red 175 ◦ green 23 ◦ blue 33

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

Shades of Fire Engine Red #AF1721

Tints of Fire Engine Red #AF1721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.29%

R = 75.76%
G = 9.96%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#AF1721 (or 0xAF1721) is known color: Fire Engine Red. HEX triplet: AF, 17 and 21. RGB value is (175,23,33). Sum of RGB (Red+Green+Blue) = 175+23+33=231 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.76% from 231); Green value is 23 (9.38% from 255 or 9.96% from 231); Blue value is 33 (13.28% from 255 or 14.29% from 231); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1721 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1721 is #50E8DE. Grayscale: #454545. Windows color (decimal): -5302495 or 2168751. OLE color: 2168751.

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

Color convert

RGB 175 23 33 -
CMYK 0 0.87 0.81 0.31
HSL 356.05º 0.77% 0.39% -
HSV(B) 356.05º 0.87% 0.69% -
XYZ 18.26 9.84 2.38 -
YUV 69.59 107.36 203.19 -
System Red Green Blue C M Y K H S L
Decimal 175 23 33 0 0.87 0.81 0.31 356.05 0.77 0.39
Hex AF 17 21 0 57 51 1F 164 4D 27
Octal 257 27 41 0 127 121 37 544 115 47
Binary 10101111 10111 100001 0 1010111 1010001 11111 101100100 1001101 100111

Color Harmonies of #AF1721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1721

Black with #AF1721

Text Example


Text Example

White with #AF1721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1721; }

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

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

background-color css

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

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

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

border-color css

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

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

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