Html Css Color HEX #AF1621 Fire Engine Red

📋 copy color: '#AF1621'

red 175 ◦ green 22 ◦ blue 33

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

Shades of Fire Engine Red #AF1621

Tints of Fire Engine Red #AF1621

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.57%

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

R = 76.09%
G = 9.57%
B = 14.35%

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

#AF1621 (or 0xAF1621) is known color: Fire Engine Red. HEX triplet: AF, 16 and 21. RGB value is (175,22,33). Sum of RGB (Red+Green+Blue) = 175+22+33=230 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.09% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 33 (13.28% from 255 or 14.35% from 230); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1621 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1621 is #50E9DE. Grayscale: #454545. Windows color (decimal): -5302751 or 2168495. OLE color: 2168495.

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

Color convert

RGB 175 22 33 -
CMYK 0 0.87 0.81 0.31
HSL 355.69º 0.78% 0.39% -
HSV(B) 355.69º 0.87% 0.69% -
XYZ 18.24 9.8 2.37 -
YUV 69 107.69 203.61 -
System Red Green Blue C M Y K H S L
Decimal 175 22 33 0 0.87 0.81 0.31 355.69 0.78 0.39
Hex AF 16 21 0 57 51 1F 164 4E 27
Octal 257 26 41 0 127 121 37 544 116 47
Binary 10101111 10110 100001 0 1010111 1010001 11111 101100100 1001110 100111

Color Harmonies of #AF1621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1621

Black with #AF1621

Text Example


Text Example

White with #AF1621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1621; }

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

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

background-color css

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

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

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

border-color css

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

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

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